Jump to content

C#


d@rk_blu3

Recommended Posts

should be

if(bool.Parse(this.txtEmail.Text == ""))

you are assigning "" to txtEmail.Text not comparing (==)also you only need to do this

if(this.txtEmail.Text == "")

it is the same thing but less code

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...