I have a .NET 3.5 Web Application in development.
I have a datagrid displaying records from a SQL Server 2005 database. I have a DetailsView connected to the datagrid utilizing "select" in the grid with Paging enabled.
The information on the first page of the datagrid displays the records properly in the details view. If I go to any other page in the DataGrid and click on "Select", the information in the DetailsView corresponds to the position of the information of the records on page 1..not the information of the records on the page I am on.....no matter what page I go to.
I had edited the DataGrid and the DetailsView using the little > with the "wizard"
What gives?
Start Free Trial