How to call code behind function in JavaScript ?
-
Hi All, I have a button on page. when user click this button it will call a server side function, which check some data in database. then there will be confirmation message like "Record already exist, Do you want to continue?". if user click (OK)Yes then it will process further in database using another server side function. otherwise it will not process further. Please tell me how can I do this using javascript ? I need to show confirmation message. Thanks. Regards, Sunil
-
Hi All, I have a button on page. when user click this button it will call a server side function, which check some data in database. then there will be confirmation message like "Record already exist, Do you want to continue?". if user click (OK)Yes then it will process further in database using another server side function. otherwise it will not process further. Please tell me how can I do this using javascript ? I need to show confirmation message. Thanks. Regards, Sunil
This is not ASP.Net Forum. Have a look at how RegisterClientScriptBlock [^]works..
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.