开发者

refresh GridView using Client Callback

开发者 https://www.devze.com 2022-12-22 19:57 出处:网络
How do I refresh GridView using Cli开发者_运维问答ent CallBack?You might also have a look at the Jquery grid.Try the following:

How do I refresh GridView using Cli开发者_运维问答ent CallBack?


You might also have a look at the Jquery grid.


Try the following:

yourGrid.DataBind()


Why not use the UpdatePanel and put the complete Grid inside the UpdatePanel?

0

精彩评论

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