Does your web app have the "aspnet_client" directory installed? There's a javascript file that all the client-side validation controls reference inside that folder at: aspnet_client\system_web\1_1_4322
If its not there and you have admin access to the server, browse to the root directory of the framework and run this command in cmd.exe: Aspnet_regiis.exe -c If you don't have admin access to the server just copy that dir from your local machine into the root of your app --- In [EMAIL PROTECTED], "Raja Pandian" <[EMAIL PROTECTED]> wrote: > I created one asp.net web form. I have done validations in the form using > RequiredFieldValidator, CustomValidator, RegularExpressionValidator control, > but the thing is they all working locally but not working when I upload them > to the server. I have uploaded 4 forms, in 2 of the forms are working > properly online, but 2 are not working. What could be the problem? > > Any Idea? > > Raja Pandian > > [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
