Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
40943 Points
4949 Posts
Dec 17, 2007 04:46 AM|LINK
Hi:
Here's the sample:
Page1:
<input id="TextBox1" type="text" /> <input onclick="window.open('Page2.aspx')" id="Button3" type="button" value="button" />
Page2:
<input onclick="window.opener.document.getElementById('TextBox1').value='Hello';self.close();" id="Button1" type="button" value="button" />
Regards
Allen Chen –...
All-Star
40943 Points
4949 Posts
Re: Retrieve select row.cell from Gridview and display in Textbox
Dec 17, 2007 04:46 AM|LINK
Hi:
Here's the sample:
Page1:
<input id="TextBox1" type="text" />
<input onclick="window.open('Page2.aspx')" id="Button3" type="button" value="button" />
Page2:
<input onclick="window.opener.document.getElementById('TextBox1').value='Hello';self.close();" id="Button1" type="button" value="button" />
Regards
Allen Chen
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.