G
Guest
Hi All,
I have a scenario where I have a Master Page for all of my WebPages, and in
one of the pages I update a database record, after that I want to refresh
this WebPart on Master Page manually. How is this possible? The problem is on
Button Click to update record in database, first the Page_Load event will be
called and the Master Page gets refreshed, after that the actual updation
code happens. Hence the WebPart still shows the previous state.
Thanks in Advance,
Shell
I have a scenario where I have a Master Page for all of my WebPages, and in
one of the pages I update a database record, after that I want to refresh
this WebPart on Master Page manually. How is this possible? The problem is on
Button Click to update record in database, first the Page_Load event will be
called and the Master Page gets refreshed, after that the actual updation
code happens. Hence the WebPart still shows the previous state.
Thanks in Advance,
Shell