|
-
Jul 15th, 2006, 03:06 AM
#1
Thread Starter
New Member
How to Process Progressbar and Bind it with webservices
I am fetching around 10 to 15 K data from database through web service in my form load event.
It will take long time to featch data and display it.
So, I want to show Progressbar for this time consuming process accordingly that webservices.
Can u tell me how it possible in Vb.net Desktop Application?
-
Jul 15th, 2006, 06:48 AM
#2
Re: How to Process Progressbar and Bind it with webservices
Because it's a web service, you don't know how long it's going to take, you don't have access to that kind of information.
What you should do is increment your progress bar at a fixed time interval, and when it reaches 100%, reset it to 0% so that it starts all over again. That is how 'unknown' processes are displayed or represented with progress bars. In other words, it's just keeping the user occupied until the process is complete.
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
|