I have a datagrid on a web page with 9 columns. The 9th column is a hyperlink I want to go to Page2.aspx. Both the first and second columns of the datagrid are databound and unique in each row. The first column is bound to DocType and the second is bound to DocNo. I need to use DocType and DocNo on Page2.aspx to display more information about the record that was selected on the main page.
My question is how can I do this? (What event is triggered when you click on the hyperlink in the grid? How can I pass the correct values to the second page?)
My question is how can I do this? (What event is triggered when you click on the hyperlink in the grid? How can I pass the correct values to the second page?)