Hello All,
Can you guys help me with this?
Private sub text1_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles text1.TextChanged
'do some validation
End Sub
Private sub Cancel_click(Byval sender as object, ByVal e As System.EventArgs)
'cancel process
End Sub...