|
-
Jan 26th, 2004, 02:57 PM
#1
Thread Starter
Member
Progress bar - filling dataset
Hi,
Is there a way to use a progressbar while filling a dataset with a dataadapter?
In the application there is a dataadapter which fills a dataset. The problem is that there are sometimes >10000 records to be filled in the dataset. this takes some time. After the fillup of the dataset then a datagrid has to be filled with the dataset
Therefore I would like to use a progressbar to show the user that the application is processing the request.
The problem is that I don't know how to set the progressvalue of the progressbar, because the min and max values depend on the number of rows in the dataset and you can't know this before it is filled!!!!!!
Any ideas?
jinte
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|