R
ram_kri
Hi,
In my ASP.NET application, I have a page on which I have a LinkButton
control and when clicked on it, it opens-up a pop-up window (which is an
ASP.NET page). The way it opens the pop-up is by registering a javascript
using "RegisterStartupScript" in the LinkButton - onClick event handler.
Now after I am done with working on the pop-up, I obviously close it and I
want the parent page to be refreshed (postback should happen) after the
pop-up is closed(automatically).
Any thought on how do we achieve this ?
Have a nice day.
Regards,
Kris
In my ASP.NET application, I have a page on which I have a LinkButton
control and when clicked on it, it opens-up a pop-up window (which is an
ASP.NET page). The way it opens the pop-up is by registering a javascript
using "RegisterStartupScript" in the LinkButton - onClick event handler.
Now after I am done with working on the pop-up, I obviously close it and I
want the parent page to be refreshed (postback should happen) after the
pop-up is closed(automatically).
Any thought on how do we achieve this ?
Have a nice day.
Regards,
Kris