Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Nov. 26, 2013, 6:23 p.m.
FORMAT:
Text only
SIZE:
558 Bytes
Raw
Download
Tweet
HITS:
3323
Go to comments
Report
var data = {
WizardPages: arrWizardPages,
WizardChoices: arrWizardChoices
};
$.ajax({
type: 'POST',
url: 'services/WizardSRS.asmx/SaveWizardHistory',
dataType: 'xml',
'data': data,
success: function(data) {
});
[WebMethod]
public void SaveWizardHistory(string [] WizardPages,string [] WizardChoices)
{
m_ecomData = new EcomDataAdmin(Server.MapPath("/access_db/"));
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus