Untitled


SUBMITTED BY: Guest

DATE: Nov. 26, 2013, 6:23 p.m.

FORMAT: Text only

SIZE: 558 Bytes

HITS: 3315

  1. var data = {
  2. WizardPages: arrWizardPages,
  3. WizardChoices: arrWizardChoices
  4. };
  5. $.ajax({
  6. type: 'POST',
  7. url: 'services/WizardSRS.asmx/SaveWizardHistory',
  8. dataType: 'xml',
  9. 'data': data,
  10. success: function(data) {
  11. });
  12. [WebMethod]
  13. public void SaveWizardHistory(string [] WizardPages,string [] WizardChoices)
  14. {
  15. m_ecomData = new EcomDataAdmin(Server.MapPath("/access_db/"));
  16. }

comments powered by Disqus