hi, i am using asp.net validators for validating simple fields like blank textboxes (e.g. login page). my problem is when i am submitting blank fields,the validators are giving correct output. and in second step, when i entered incorrect username the label where i have given error message of username is getting displayed along with blank validation message of validators.
means along with label which is visible=false by default is getting true even if there is blank field.
i wrote all .cs code in if (Page.IsValid) { }