-
Updating a labels text in code behind
I need to reflect a status on my page before a process runs and after it runs.
Here is what I am trying to do but it only reflects the last value set to the label.
lblMessage.Text = "Performing Adjustment....Please Wait";
ProcessRecords();
lblMessage.Text = "Adjustment Completed";
What do I need to do to make this work?
Thanks - David
Similar Threads
-
By cavingjan in forum VB Classic
Replies: 2
Last Post: 04-14-2006, 03:45 PM
-
By rphillips in forum .NET
Replies: 2
Last Post: 09-23-2004, 10:45 PM
-
By anonymous in forum VB Classic
Replies: 1
Last Post: 05-20-2002, 03:30 PM
-
By anonymous in forum VB Classic
Replies: 2
Last Post: 04-10-2001, 03:30 AM
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks