showModalDialog Page Reload Problem
hi,
i am using an asp.NET page (a.aspx) from which i called another asp.NET page (b.aspx) in showModalDialog Page, on b.aspx page i updated the database and close b.aspx, update changed are reflected in the a.aspx, but next time i call b.aspx in showModalDialog update changes( changes i made earlier) are not reflected in b.aspx.
In debugging mode i checked that Page b.aspx is not reloaded again when ever i call it.
if i close a.aspx and load again a.aspx then call b.aspx in showModalDialog changes are reflected in it, which means that it is reloaded from server side.
How to reload b.aspx without closing a.aspx?
Awais Usman Butt
|