I have a simple sql database link setup in an asp.net form using gridview. I've enabled sorting and select... this gridview is connected to a details view so that when the line item is selected, the details view of the row shows. In the gridview, there are only two columns showing 'ID' and "Company Name" along with the Select.
When I click on Company Name to sort alphabetically, the select row does not sort... i click on it, the detailview still shows the ID row data, not the sorted alphabetized data... It's seems to not even recognize a sort has happened...
any suggestions?
Jill