|
There is a DataGrid in WebForm1. One column of the DataGrid is a hyper-connected column, which is also bound to the database. For example: Name column. Click on one of the hyperlink columns (wangbin) to jump to WebForm2. WebForm2 is the details of (wangbin).
problem:
How can I get the information of this connection when I click the connection, that is, name (wangbin). And how to pass this value to WebForm2 to query the database. |
|