I need some help in deleteing a row from a GridView which is inside a Form with other controls. I have appropiate code to handle the delete process but everytime I proceed to select a row and press delete the entire form is submitted. Please any help or samples about it will be appreciate it.
Thanks
Raul
Loading
Kirtan PatelPosted Nov 20, 2009, 8:59 PM
You need to Use UpdatePanel control of AJAX .
that control can partially update the page mean whole page will not be postback but only Certain Part will be submitted / Refreshed :)
here is tutorial on How to Use Update Panel With Different Controls
http://www.asp.net/AJAX/Documentation/Live/tutorials/UpdatePanelTutorials.aspx
http://www.codegod.de/WebAppCodeGod/UpdatePanel-tutorial-ASP-NET-AJAX-AID281.aspx