I am looking for help on how get a response if xxx does not equal xxx in VB.Net 2008. Here is my original code:
If
(objDR("VisitorId").ToString() = PictureIdTxt.Text)
I am looking to have the = be not equal.
I would greatly appreciate any help.
Thank you,
Bob
...
Go to the complete details ...