WebService & Dataset's

  • Thread starter Thread starter Giuseppe Porcelli
  • Start date Start date
G

Giuseppe Porcelli

Dear All,
I have a web service that return to me a big dataset.
I want to know if is possible to know, during the download process, the
percentual of the data been transfert.
At end, I want to use it for a progressBar.

Giuseppe
 
Giuseppe,

I doubt it, probably is your function nothing more than

dim ds as dataset = myWebServerHost.GetDataset(values to past)

that is one instruction,

However, FYI there are newsgroups specialized in webservice maybe have they
an answer, you never know.

I hope this helps,

Cor
 
Hi,

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service11052002.asp

A couple msdn tv episodes about progressbars and webservice.

http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20030409WinFormsMB/manifest.xml

http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20030411WinFormsMB/manifest.xml


Ken
---------------------
Dear All,
I have a web service that return to me a big dataset.
I want to know if is possible to know, during the download process, the
percentual of the data been transfert.
At end, I want to use it for a progressBar.

Giuseppe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top