Reputation: 737
I'm using a GridView in ASP.NET web application and want to open something like a "new form" (like in Windows Forms application) which will contain the selected GridView row data. I don't have issues selecting the row and the data, I just want to know how to open a new pop-up window, or secondary page or something like that, and how to pass the information to newly opened pop-up.
Upvotes: 0
Views: 12990
Reputation: 48314
Years ago I wrote a simple tutorial on that:
http://netpl.blogspot.com/2007/12/autocompleteextender-key-value-issue.html
http://netpl.blogspot.com/2007/12/autocompleteextender-and-key-value.html
Upvotes: 2