there appears to be a lag in the label.Text property
Call the Update() method for the Label control immediately after changing the text to forceit to redraw immediately:
lblStateID.Text = "State is " + stateID;lblStateID.Update();
- Wayne
No comments:
Post a Comment