Dear Programmers
What are the possible alternative codes against following codes
If Len(PasswordTextBox.Text) > 0 And Len(PasswordTextBox.Text) > 0 Then
MsgBox("ok", MsgBoxStyle.Information)
else
MsgBox("Enter User Name and Password", MsgBoxStyle.Information)
End if