HighTechTalks DotNet Forums  

using text box to show progress

ASP.net Data Grid Control microsoft.public.dotnet.framework.aspnet.datagridcontrol


Discuss using text box to show progress in the ASP.net Data Grid Control forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Arvid
 
Posts: n/a

Default using text box to show progress - 03-13-2007 , 04:54 AM






Hi,

I have a simple program that calculates invoices. The actual calculation
happens in a web service (WS in the code).
Since the web service takes some time, I just wanted to put a text in a text
box (resultaat in code) when it started (first line of code) then if ok run
the webservice and when it has finished another message would be put in the
text box.

But only when everything has finished the text box its text changed, so the
first line of code has no effect...

How can I solve this? (code is below)


resultaat.Text = "De facturatie is bezig!"
If ValidatieOK() Then
resultaat.Text = WS.START(Maand.Text, Stelsel.Text)
Else
resultaat.Text = "De facturatie is NIET gebeurd!"
End If

--
regards,

Arvid

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.