Problem with required filed validator
-
Hi, I have a serious problem while using required field validator.. in my page i have one dropdown and one textbox for the textbox i used requiredfiled validator .when loading the page first time i can see the validation control and everything works properly..but in the second time i can't see the validation control even if the the validation is failed ie, textbox is empty.....how can i show that validator to the clients..pls anybody give me a help.. regards alex.
-
Hi, I have a serious problem while using required field validator.. in my page i have one dropdown and one textbox for the textbox i used requiredfiled validator .when loading the page first time i can see the validation control and everything works properly..but in the second time i can't see the validation control even if the the validation is failed ie, textbox is empty.....how can i show that validator to the clients..pls anybody give me a help.. regards alex.
Alex, if you dont bother can you please show a portion of the code. Validations are always fired when a postback happens.
Many thanks, Balamurugan
-
Alex, if you dont bother can you please show a portion of the code. Validations are always fired when a postback happens.
Many thanks, Balamurugan
yes ok..but the problem is that validation is taken place in the background..but can't see the message
-
Hi, I have a serious problem while using required field validator.. in my page i have one dropdown and one textbox for the textbox i used requiredfiled validator .when loading the page first time i can see the validation control and everything works properly..but in the second time i can't see the validation control even if the the validation is failed ie, textbox is empty.....how can i show that validator to the clients..pls anybody give me a help.. regards alex.
can you tell me what is Display property of validator control? bEst Regard pAthan
please don't forget to vote on the post that helped you.
-
Hi, I have a serious problem while using required field validator.. in my page i have one dropdown and one textbox for the textbox i used requiredfiled validator .when loading the page first time i can see the validation control and everything works properly..but in the second time i can't see the validation control even if the the validation is failed ie, textbox is empty.....how can i show that validator to the clients..pls anybody give me a help.. regards alex.
-
can you tell me what is Display property of validator control? bEst Regard pAthan
please don't forget to vote on the post that helped you.
I mean error message can't see..if the validation fails ..
-
*
-
*
-
can you tell me what is Display property of validator control? bEst Regard pAthan
please don't forget to vote on the post that helped you.
my code like *