Can something like this be done with .net/AJAX

  • Thread starter Thread starter Jason Hartsoe
  • Start date Start date
J

Jason Hartsoe

I am writing an application in .net 3.5 (VB.net) using VS 2008. I am
interacting with a stored procedure (MS SQL) and want to return status
updates back to the user client side. I'm copying tables from one database
to another. After each sucessful copy I want to show the status completed
for each table, changing the label text/etc each time. Something similar to
the windows file copy method only in an asp.net application.

IE. Copying table 1, then Table 1 completed, then copying table2, table 2
completed
and so on...

Is this possible? Any examples?

Thanks!

Jason
 
thanks Mark for the quick reply, but is there a way to also to change the
text of a label while using the progress bar?

After each update i want it to change the label's text to reflect it's
current status...while also increasing the progress bar's percentage.

What i'm running into is nothing changes until the completion of all
databases are copies...then the label changes to the text i specified.
 
thanks Mark for the quick reply, but is there a way to also to change the
text of a label while using the progress bar?

Yes - Bruce has already given you the technique...
 
?

i replied to his message, but i've not yet receive a response back from
him...i just didn't clear out the rest of the message during the reply.

but i'll definately keep googling.

thanks!
 
Back
Top