|
-
Feb 18th, 2013, 02:38 PM
#18
Re: [RESOLVED] Label does not refresh on load
 Originally Posted by norman_bates
You know why you got everybody confused when you posted your question don't you? When you tried to answer the other thread's OP you changed his code.
Here is the original question
The original OP wasn't putting his code in the TextBox2_TextChanged, he was putting it in TextBox1_TextChanged!!
I see what you mean by different and I did blow that but I don't see how that confused anyone, they didn't know about it then. The behavior is the same using the OP's scenario and inferred's explanation is actually what is happening in both cases.
On Tek-Tips the text in Texbox1 fires the change event. Textbox2 will get values because it is empty. Label4 will populate or not based on if it has a value. Textbox2 behaves the same way in that if it has text at design time it will not load either.
So the reason for the behavior is what inferred posted and was arrived at from my post.
All the same I did translate the issue from one post to the other incorrectly
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
|
Click Here to Expand Forum to Full Width
|