I guess you could use a worker thread to fill in results.
You would have to be careful to manipulate the source dataset only in UI
thread though.
--
Miha Markic [MVP C#]
RightHand .NET consulting & development
www.rthand.com
Blog:
http://cs.rthand.com/blogs/blog_with_righthand/
"drinkwater" <(E-Mail Removed)> wrote in message
news:797FDD4C-3D2E-4FE1-B7B2-(E-Mail Removed)...
> In SQL 2005 management studio, when you open a large table the grid
> displays
> the rows in the grid asynchronously, you can manipulate the result grid
> while
> all the records are being loaded...Anyone know how to achieve this in
> VB.NET
> or C# ?
>