Board index » Visual Studio » Mirror TextBox Text
|
BS_WTF_123
|
Mirror TextBox Text
Visual Studio252
I have four text boxes (FirstName, MI, LastName, FullName) I want to be able to fill in the FullName text box WHILE typing in the FirstName field. Then I want to type in the MI field while updating the FullName text box. And finally, I want to type in the LastName text box while filling in the FullName textbox. So, in other words, whatever I type in any of the three fields, it should show the same text in the FullName text box. I also want to account for the deletion of individual letters too. A great example of what I am trying to accomplish can be found in the New/Copy user funtionality of Active Directory. I am trying to copy exactly what that does. I have been working on the code for hours now but I just can't seem to make everything work the way I want it to. Any help will be much appreciated TIA RC- - |
