Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Avoid artifacts with longer than x characters
narasiman rao
8y
214
1
Reply
My code as follows
$.ajax({
type: "POST",
url: "VendorMaster.aspx/SanDocumentData",
data: '{reqvehicleregistrationname: "' + vehicleregistrationname + '",reqvehicleregistrationpath:"' + vehicleregistrationpath + '" }',
contentType: "application/json; charset=utf-8",
responseType: "json",
cache: false
}
);
From the above code the below line exceed 120 characters, how to split .
data: '{reqvehicleregistrationname: "' + vehicleregistrationname +
'",reqvehicleregistrationpath: "' + vehicleregistrationpath + '" }',
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Loading Events from Exchange Server
Excel add in with typeahead on cell