Please People help me to achieve this in Vb.nt and C#, i will be very gratefull:
i want to achieve the "axterics' display" i.e "********" while a user is typing on textbox in asp.net form. Please help me. and advice me how to put into these codes below:
If Not TextBox1.Text Is Nothing Or TextBox2.Text Is Nothing Then
End If
Dim stdID As String
Dim Pword As String
stdID = Convert.ToString(TextBox1.Text)
Pword = Convert.ToString(TextBox2.Text)
If (Pword = "ossms") Then
VerifyID(stdID)
Else
Thank very much!