I have checkbox list and a text field for password
When I click enter I need to verifyy if the checkbox list is ticked and the text entered in the text field is the password "xyz" and it is not case sensitive so the password can be XYZ or xyz or Xyz
how do I write the if stmt for this asp.net webform
I am using visual studio web developer express edition
...
Go to the complete details ...