Auto-reload(refresh) page, after close "child" page?
I have a page contains DBase info(from ms sql server in dategrid), contains a hyperlink to other page. in second page i edit some of DBase info shown at first page..
I need after edit DB info and close the second page, first page must automatic refresh(reload) and show new(edited in second page) DB info.How could make this? (use visual studio and c# , asp.net)
p.s. sorry for my awful english...
Re: Auto-reload(refresh) page, after close "child" page?
Hi ,
Try using WebPage Dialog. It refreshes the parent page once closed.
Hope this helps.
----
Rohit