Hi
I am having a hard time selecting a row in a grid view to work. I've search just about everywhere for this solution.
I have a page(1) where records are displayed in a gridview. The autogenerateselectbutton is set to false so when users select a specific row, the row is highlighted. When the row is clicked, it is suppose to bring the user to the next page(2) which data is displayed in a listview.
The issue is when users click on a row in the gridview on first page. I can't seem to find the right solution to where it directs them to the page(2) so they can view the data.
The data are called from a web service. Each record that is displayed in the gridview has a unique id which is passed back. The unqiue id is not displayed, the only information displayed to users are the names, numbers, and email address in the gridview.
Any suggestions and help is very much appreciated!
I am having a hard time selecting a row in a grid view to work. I've search just about everywhere for this solution.
I have a page(1) where records are displayed in a gridview. The autogenerateselectbutton is set to false so when users select a specific row, the row is highlighted. When the row is clicked, it is suppose to bring the user to the next page(2) which data is displayed in a listview.
The issue is when users click on a row in the gridview on first page. I can't seem to find the right solution to where it directs them to the page(2) so they can view the data.
The data are called from a web service. Each record that is displayed in the gridview has a unique id which is passed back. The unqiue id is not displayed, the only information displayed to users are the names, numbers, and email address in the gridview.
Any suggestions and help is very much appreciated!