-
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|