If u r using modal child window ( showmodaldlg ), just go thru the help ... there is an argument which u can use to send data to the child window ( I don't remember it off hand ... but used it a lot for passing xml data back and forth ).
If u r using standard window ( window.open ), u can still create a hidden variable in the parent window and access that using window.opener.variablename from the child window. In both cases, .Net is not going to help you ... it is old and classic browser programming in javascript. Hope this helps. -----Original Message----- From: Jeff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 9:48 AM To: dotnet Subject: Passing Data between Parent Child WIndows I have a basic data entry form that I am inserting into a db. One of the selections required is a very long detailed list that I would like to display on another page. I have a link setup that creates a new window displaying the options. Is it possible to pass data to this child window from the parent, and then pass the selection made on the child window back to the parent. I remember doing this a while back with javascript, but thought there was an easier way in .NET....haven't found any good examples yet thanks in advance, JEff --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ --- You are currently subscribed to dotnet as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/
