Guest User

Untitled

a guest
Nov 16th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Userselection = "Test"
  2.  
  3. Dim vListItem As ListItem = UsersDropDown.Items.FindByValue(Userselection)
  4. If Not vListItem Is Nothing Then
  5. MsgBox("True")
  6. Else
  7. MsgBox("False")
  8. End If
Add Comment
Please, Sign In to add comment