1
Answer

Delete GridView's row with out submitted the entire page

Raul Juarez

Raul Juarez

15y
2.9k
1

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
Answers (1)
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 15y
Friend.

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