|
-
Feb 27th, 2011, 03:26 AM
#1
Thread Starter
New Member
Datagrid help
hello, this is what i am trying to do:
if textbox1.text = **** then
MsgBox("Correct serial", MsgBoxStyle.DefaultButton1)
form2.show
me.close
else
MsgBox("Incorrect serial", MsgBoxStyle.DefaultButton1)
For the **** part i wish to do this.
if the text in textbox1 one is equal to ANY cell in the column named serial# in datagridview1.
Thanks in advanced.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|