Folks,
In ASP.net (using C#), you can have a server control to call a defined method. (ie. You use a Button server control, you can call the OnClick method).
How can we call a defined method (on the server side) using JavaScript?
I have such requirement since when I have a dialog box on the client side (OK/Cancel message box), I need to call a defined method on the server side. (ie. Delete a record, accept a transaction, etc.)
Any suggestions/comments is appreciated. Thank you.
...neualex
In ASP.net (using C#), you can have a server control to call a defined method. (ie. You use a Button server control, you can call the OnClick method).
How can we call a defined method (on the server side) using JavaScript?
I have such requirement since when I have a dialog box on the client side (OK/Cancel message box), I need to call a defined method on the server side. (ie. Delete a record, accept a transaction, etc.)
Any suggestions/comments is appreciated. Thank you.
...neualex