开发者

How to prevent reposting of data before refresh?

开发者 https://www.devze.com 2023-01-19 23:45 出处:网络
Suppose there is button on which there is event for adding the total sum(there is coloumn Amount in gridview) and posting the data in gridview i.e update of gridview. I want that when userclick on but

Suppose there is button on which there is event for adding the total sum(there is coloumn Amount in gridview) and posting the data in gridview i.e update of gridview. I want that when user click on button it will update the gridview i.e data will inserted in geridview but it will not add current numeric value to the total sum unless user refr开发者_Python百科esh the page.

For this how to do? Please tell me.


You can use telerik's ASP.NET AJAX controls. Visit here http://www.telerik.com/products/aspnet-ajax/grid.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消