Hi In my .aspx form I have a textbox (Textbox1) with Autopostback=True. I also set a RequiredFieldValidator (RequiredFieldValidator1) next to it. But when Posting back by TextChanged event of Textbox1, RequiredFieldValidator1 appears but still I can submit my form with nothing into the Textbox1!
what's wrong?