I recently started using ADO.NET with VB/C# .NET and I'm really liking it.
I also recently ran into a problem with the DataGridView control. I added a DGV Control to my Windows Forms application and bound it to a DataSource. Now it's working great and everything but anytime it has enough rows to warrent the use of the Vertical Scroll bar it locks up my Apps UI for some reason. I can't for the life of me figure this one out. If anyone has any suggestions/comments please post them.
Thanks!
-Chad

DataGridView Problem
RonInOttawa
Craigster
Figured it out-- it was becuase I was calling the sub that was adding this information into the DB was on another thread.
-Chad
SIDVIRGOSTER
MSFT Abel Valadez