Hi all,
I have a Homepage.aspx on which there are search button when i clicked that button a new popup window is opened and i do some stuff there.
Now i want that when i close that window i have a values in session["rm_id"],
the previous Homepage.aspx(p arent page) should be refreshed on whose Page_load i will get session["rm_id"].
i tried Response.redire ct("Homepage.as px") but it opened a new page.
Regards,
Waqas Ahmad
I have a Homepage.aspx on which there are search button when i clicked that button a new popup window is opened and i do some stuff there.
Now i want that when i close that window i have a values in session["rm_id"],
the previous Homepage.aspx(p arent page) should be refreshed on whose Page_load i will get session["rm_id"].
i tried Response.redire ct("Homepage.as px") but it opened a new page.
Regards,
Waqas Ahmad
Comment