|
Hi all,
is it possible to interrupt fill method of the data adapter?
Case :
Suppose while filling the dataset using data adapter , say i have a button which says
"Pause Loading" , it will pause the data loading and whatever data is loaded is saved into the dataset again i have resume loading button which will again rsume loading of the data from the point where adapter has been interrupted?
is it possible to do in .net ? without using looping on the dataset becoz i have a lot of data to work with
thanks
Saurabh
|