asp.net submit form to new window, retrieve unique id
Posted
by Joo Park
on Stack Overflow
See other posts from Stack Overflow
or by Joo Park
Published on 2010-04-20T23:02:15Z
Indexed on
2010/04/20
23:33 UTC
Read the original article
Hit count: 205
ASP.NET
On Page1.aspx...I have the following
...more hiddenFields
Page2.aspx would be displayed in a new window and I need to grab the hiddenField values on this page.
I can now get it to open in a new window and get those form values. The problem is lnkBtn is repeated in a listview and each link has a different value or id associated with the link.
How do I pass in the unique id to Page2.aspx and grab the hiddenField?
© Stack Overflow or respective owner