How to refresh a web page in WebDialogBox

7 replies. Last post: January 31, 2010 10:02 PM by Gordon Tumewu
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Hi,
I'm opening a WebDialog from Javascript like this:

var wdb = ISGetObject("<%=c_wdbPopup.ClientID %>");
wdb.ContentURL = "E2ReportRetrieveData.aspx?c=" + customerID + "&p=" + pointID + "&pgr=" + pGrID;
wdb.ShowDialog();

"E2ReportRetrieveData.aspx?c=" + customerID + "&p=" + pointID + "&pgr=" + pGrID;
wdb.ShowDialog();
This works fine when running this first time (from a WebButton Clicked client event).
However next time it seems to not re-load the page as I know the parameters customerID, pointID and pGrID have changed. but the Page_Load event of the E2ReportRetrieveData.aspx is not run. It simply shows the page from the first load, no server side events are shown.
 
How can I forse reload of the contained webpage when I call wdb.ShowDialog
Regards
  TJ
All times are GMT -5. The time now is 1:37 PM.
Previous Next