|
-
Jun 2nd, 2005, 08:43 PM
#1
Thread Starter
Member
[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
Last edited by CommanderEl; Jun 7th, 2005 at 11:26 PM.
Reason: resolved post
-
Jun 3rd, 2005, 03:15 AM
#2
Frenzied Member
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
If I have been helpful please rate my post. If I haven't tell me!
-
Jun 5th, 2005, 08:21 PM
#3
Thread Starter
Member
Re: ASP Validation messing with my buttons
mmm, root you say.......good stuff, it worked
cheers mate
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|