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