I have a button which is serverside control. asp:Button. In my code in AJAX pannel. when user clicks on that I call a JavaScript method. some validation. If validation is passed i need to submit to server. Like a AJAX call. Not refresh the page.
Please let me know How i can call server side method using AJAX methods. Right now i am using __doPostBack. But this makes page refresh and does not give the AJAX experiance.
Using : ASP.NET 2.0
RAD - RadAjaxPanel