Sathya Narayan

Sathya Narayan

  • NA
  • 146
  • 47.7k

Validation

May 5 2014 8:21 AM
HI,

I use to validate the TextBox which hasn't been empty and i am focussing using the button.But it is not validating it hasn't showing the message,it is directly inserting the value.This is the code 

 Else
            If txtfilepath.Text <> "" Then
                MsgBox("Select The File Path")
                Button1.Focus()
Can any one help me?

Answers (3)