hi every one ..
i have a text box in user control ..that user control is user control is placed in web page .the web page in master page.i want to write the java script function in master page for validating the text box in user control from web page please clarify my doubt this is my urgent requirement.
Thanks & Regards
K Rakesh

Shivanand ArurPosted Sep 28, 2012, 7:50 AM
Try it out....
PLEASE MARK THE ANSWER AS ACCEPTED IF IT HELPED YOU!!!
Rakesh KalluriPosted Sep 28, 2012, 7:19 AM
RanjithKumar chiguruvadaPosted Sep 28, 2012, 5:31 AM
Shivanand ArurPosted Sep 28, 2012, 4:56 AM
You can even use a RegularExpressionValidator COntrol if you want to validate some user input (eg: Email ID). You can check the Properties panel of this control and assign values to this Control....
Check out for some validation Control in the Toolbox.
Rakesh KalluriPosted Sep 28, 2012, 4:37 AM
Shivanand ArurPosted Sep 28, 2012, 3:40 AM
is it like the User should only add number value and not any other characters???
Please specify what Validation do you wanna do!!!