Hi
There how can i do this to type textbox1 = textbox2
Type in both textboxes as same time i had tried many things nothing works
Dim Txt1 As String = TxtBox_Password.Text.ToString
Dim Txt2 As String = TxtBox_Password_Again.Text.ToString
'TxtBox_Password_Again.Text = TxtBox_Password.Text
Txt1 = Txt2.ToString