TextBox Issue
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi to all if i type B in text box which is for qualification of user input then it should write like B.COM or B.E. Thanks & regards Sonia.
Write it on textbox_textchanged() event if text1.text="B" then text1.text="B.E"