hi
before anything i should say that i'm very beginner in asp.net
i have a webform in my program.on this webform there is a label , a textbox , a button and a "RequiredFieldValidator" . in this case if i run the program internet explorer run and my webform appears. if i click the button an error occur :
"Microsoft JScript runtime error: 'WebForm_DoPostBackWithOptions' is undefined"
but if i remove "RequiredFieldValidator" and then run the program and click the button , program run normally.
before anything i should say that i'm very beginner in asp.net
i have a webform in my program.on this webform there is a label , a textbox , a button and a "RequiredFieldValidator" . in this case if i run the program internet explorer run and my webform appears. if i click the button an error occur :
"Microsoft JScript runtime error: 'WebForm_DoPostBackWithOptions' is undefined"
but if i remove "RequiredFieldValidator" and then run the program and click the button , program run normally.