Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp.net command executions between browser windows

Status
Not open for further replies.

Alcar

Programmer
Sep 10, 2001
595
US
on a main page I have a button that opens a little tool window where the user inputs some data. This tool window also has a "done" button that saves the new information and closes itself.
But before closing, it should "tell" the main window to refresh/reload.
Any hints?


Daren J. Lahey
Just another computer guy...
FAQ183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
Support your forums TODAY!
 
In response to the original question, you'll need to use JavaScript, (I should have an example if you want it). Add a call to it on the client side 'OnClick' event of your 'Done' button, using the Add method of the Web Control's Attibutes collection. Again, example by request if you want one...
Hope this helps.

Rhys
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top