Unable to call ASPX function through JQuery without any data
Unable to call ASPX function through JQuery without any data
I am trying to call my aspx function using jquery but Im unable to call it. I have added a breakpoint to my code but that breakpoint never goes off, meaning that the function is never called. Following is my code below: jquery: update; function update .ajax url: Codes.aspxtestfunction, method: post, success: function alertyay; , failure: function alertno; ; aspx: public static void testfunction A break point in visual studio here The success function is always called but the code never breaks at the breakpoint. However, I wish to populate my data in db in the aspx function. Let me know where I am wrong.
Комментарии
Отправить комментарий