Jump to content

raccess

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by raccess

  1. When I get to the main page of my site, I get an error. I've tried to fix this a dozen times but it just popped up out of the blue. I have no reason why. I did add Windows Live to work with my account just recently though. Although, I think the problem has existed before I did that. Anyway, I'm getting an error that's saying it can't find the main page or something. Can anyone help me on this problem?
  2. Yeah, I've run into the same problem. Im trying to add a form to my site. I'll let you guys know when I find a way to get around the validation controls. Im trying to make a login and a signup. The scripts after the submit button don't work from what I think. Okay, I have found a way to bypass the issue. When you insert your button, all the validation properties are set to true. Just set them all to false and the script will work perfectly after that. I'll list the specific properties. UseSubmitBehavior - Set to FalseCausesValidation - Set to FalseValidationGroup - Set to nothingPostBackUrl - Set to nothingOnClientClick - Set to nothing. Just set those as specified above and add your scripts, and you should be set and ready to go! I hope this helps.
  3. Hello all, I have a question. Im creating this new site and it requires a form. I am using Visual Web Developer which is working perfectly at the moment, but I can't figure out how to insert validation controls. I have created a form, and so I use a validation control and I get an error when I load the form saying that it cant find a specific DLL file. I assume this means for the Validation controls. I looked at the site and they said that they do not have AJAX, which is what the validation controls are I think. I tried to get around this, but the page would refresh before any scripts could be done. If someone has some good suggestions, please tell me. Thanks, raccess (ROBLOX Access)
×
×
  • Create New...