Hi, I am having trouble getting an idea of how to approach this issue. A brief breakdown of how my code is setup.
The aspx page I am working on is a simple query page into a database. When a user enters search text into a ASP:textbox, and they select to submit, it launches a sub function which creates a SQLconnection to the database and then binds it to a gridview. This is done in the script section for the page. The 2nd part which I am getting stuck on is how do I get to read which item a user selects, and subsequently displays more detailed information pertaining to that record. I am not using the SQLDATASOURCE commands, so I have no clue how I pass the appropriate information from the gridview over to the detailsview in order for correct information to be displayed.
Any help would be greatly appreciated. Thanks.