progress bar
-
hi all, how can we show a progress bar to the user while loading data in dataset from sql server database.please help me . Thanks For Any Body Hellp me :rose: :confused:
-
hi all, how can we show a progress bar to the user while loading data in dataset from sql server database.please help me . Thanks For Any Body Hellp me :rose: :confused:
I tried to do a similar thing a long time ago, at that time I was thinking abt getting some sort of progress from SQL server but in theend I came to know that it wasnt possible. probably u can show some other graphic while the data is being loaded and hide that when ur done.
Rocky Success is a ladder which you can't climb with your hands in your pockets.
-
hi all, how can we show a progress bar to the user while loading data in dataset from sql server database.please help me . Thanks For Any Body Hellp me :rose: :confused:
Rocky is probably right - unless you've got a known, fixed start and end point and status updates along the way (which you don't have with SQL loads), a progress bar is probably not the right UI choice. Something that indicates a long-running process is probably better - a loading circle or an animated gif. There are some great loading circles here on Code Project.
It has become appallingly obvious that our technology has exceeded our humanity. - Albert Einstein