How would I evaluate a condition like this?
txtBox has a value but checkbox is not checked
need to display a message if this condition is met.
I know I can use the chkBox.checked = true or false for the checkbox condition but I'm not to sure how to test for the txtbox not being empty. I know how to test if the textbox would be empty
I would do the following.
txtBox = String.Empty or " "
help suggestions would be appreciated..
Hopefully this makes sense, lol