Getting a text from a textbox
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hello guys i am a begginner in c# i need a help on hoew to call a text from a textbox and make it as a input to yhe another textbox , kindly help
-
hello guys i am a begginner in c# i need a help on hoew to call a text from a textbox and make it as a input to yhe another textbox , kindly help
textbox2.text=textbox.text; coolsweety