[Resolved]ASP Validation messing with my buttons
dudes and dudettes
I have developed this nifty app on my local server that accepts some input and throws it into a database when the user hits submit. im using some validation objects to check the null fields. it all works fine locally. as soon as i transfer the project to my webserver at work, it cracks the s**ts.
definition of cracks the s**ts:
validation works on fields, once form is complete and all fields are accepted, the submit button doesnt do anything. any submit button is supposed to perform a post back to the server, but any button i put on this page doesnt do a post back once validation is accepted. the wierd thing is, IT WORKS LOCALLY.
help :ehh:
Re: ASP Validation messing with my buttons
Is it using client-side (JavaScript) validation? If it does you need to have the ASP.NET client files on the server - these are stored in a directory called aspnet_client which is held in the root of a website. If that directory is not there then simply upload the directory and hopefully hey presto!
DJ
Re: ASP Validation messing with my buttons
mmm, root you say.......good stuff, it worked
cheers mate