Hello,
I Have Performed The Required Processes
Gives Error As Following
Please Help?
ibrahimayh says: alert(r + " record(s) inserted.");
alert(r + " record(s) inserted.");
alert(r +
" record(s) inserted."
);
That is not error. That is showing alert of ajax success function.
Replace the above with below code.
alert(r.d + " record(s) inserted.");
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.