i need to perform gridview edit,update without postback
ToolTip="Update" Height="20px" Width="20px" />
ToolTip="Cancel" Height="20px" Width="20px" />
ToolTip="Edit" Height="20px" Width="20px">
on clicking edit button in gridview cause postback., i dont want the edit mode to get postbacked... can anyone help on this issue
Thanks
ToolTip="Update" Height="20px" Width="20px" />
ToolTip="Cancel" Height="20px" Width="20px" />
ToolTip="Edit" Height="20px" Width="20px">
SenthilkumarPosted Mar 9, 2012, 1:49 AM
You can the AJAX to avoid page reload and rendering again.
Place the update panel for the grid view.
You can refer this example AJAX site to know how to implement.
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/