asp.net submit form to new window, retrieve unique id
- by Joo Park
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?