refresh GridView using Client Callback
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?
精彩评论