I am working with asp.net and model popup. in popup window when i edit the changes it must get reflect on paren windows grid view. so any one tell me how to refresh paren window’s grid view only without reloading entire page after closing popup.
Thank in advance.
use script manager and update panel and use ajax control toolkit popup model extender.
make the reference of ajax control tool kit
and in the lnkClose_Click event bind the grid again. so dtata in the grid view get refresh.
try it out.