tags:

views:

30

answers:

3

Hi ALL How do I refresh GridView using Client CallBack?

+1  A: 

call yourGrid.DataBind()

UshaP
i want to use Client Callback
mohsen
+1  A: 

You might also have a look at the Jquery grid.

citronas
A: 

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

azamsharp