VB 2005 Express - Working with datasets
Hi,
I have an application that works with a local database.
I assign a specific dataset to the datagridview.datasource.
On my programing, I have the need to search/query this dataset using the bindingcontext position/fillby... method.
When I do this search/query it changes the looks of the data exposed on the datagridview. Lets say that I am looking for a specific row that satisfies my key, it changes my current row. If I use the fillby... method, I can than change the datagridview from a n row display to just one row display (if I'm looking for just one row).
I'm using TableAdapters to fill the datasets.
Can you help me?
Thanks.
Regards,
Pedro

