Hi everybody,
subject : refresh parent grid on close of sp 2010 model dialog.
Generally we are placing multiple web parts in a share point page. Like that i also place custome web parts in my page. Those custome web parts are nothing but visual web parts. In that web parts i had gridview control from there I am opening a model dialog. when i closed that model dialog my requirement is to refresh gridview from where i open the model dialog. but not the whole page refresh.
Now my total page is refreshing when i close the webpart.
Thanks in advance.
Loading

Ravishankar SinghPosted Jan 2, 2012, 4:16 PM
See this link http://www.codeproject.com/KB/aspnet/ASP_NET_Page.aspx which have the same solution.
Hope this will help you.