[RESOLVED] how to update the form text in real time?
Dear All,
I have one Form in which has two textboxes, when the value of one textbox is changed, the other one also been changed immediately.how can I do that?
Thanks.
Not really sure why you would want to do this in real time, but it can definately be done, but I'm going to be a little circumspect in my answer as this smells like a homework problem to me for some reason.
If you look at the events for a textbox there is a TextChanged event that fires every time the text value is changed. How could you leverage that to do what you want? Try a few things out and if you can't get it, let us know.
Okay, great- glad to hear you were able to figure it out. If your issue is resolved could you mark this thread as resolved by clicking Thread Tools near the top of the page and Mark Thread Resolved?
Bookmarks