Results 1 to 3 of 3

Thread: [Resolved]ASP Validation messing with my buttons

  1. #1

    Thread Starter
    Member CommanderEl's Avatar
    Join Date
    Feb 2005
    Location
    Adelaide, Australia
    Posts
    40

    Resolved [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

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    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!

  3. #3

    Thread Starter
    Member CommanderEl's Avatar
    Join Date
    Feb 2005
    Location
    Adelaide, Australia
    Posts
    40

    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
  •  



Click Here to Expand Forum to Full Width