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
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