I have a few questions I was hoping to get some help with.
First question:
I have a datagrid in with I have set the Sorting property to true. When I click the top of any column, the datagrid becomes sorted by that column. However, the index stays with the physical row and does not sort with the data.
Am I understanding this correctly? Is there any way to have the index stay with the record when I click the sort at the top of the column.
Second question:
When I look at a table within Access, the tables default view is sorted by the Primary ID column. But when I bring it into a VB.NET datagrid, the rows represented by the first two Primary ID numbers show up at the bottom of the datagrid. Does anyone know how or why this happens.
Third question:
I have purchased 3 books on ADO.NET, but what I am really looking for is a book that gives a list of all commands available and gives an example of their use. Can anyone recommend such a book?
Thanks
First question:
I have a datagrid in with I have set the Sorting property to true. When I click the top of any column, the datagrid becomes sorted by that column. However, the index stays with the physical row and does not sort with the data.
Am I understanding this correctly? Is there any way to have the index stay with the record when I click the sort at the top of the column.
Second question:
When I look at a table within Access, the tables default view is sorted by the Primary ID column. But when I bring it into a VB.NET datagrid, the rows represented by the first two Primary ID numbers show up at the bottom of the datagrid. Does anyone know how or why this happens.
Third question:
I have purchased 3 books on ADO.NET, but what I am really looking for is a book that gives a list of all commands available and gives an example of their use. Can anyone recommend such a book?
Thanks