Browse by Tags

Related Posts

  • BUG: regular ASP.NET validation broken when a validator is placed inside an UpdatePanel

    Note: this post is about regular ASP.NET Validators, not Atlas Validators. I am using the July CTP of Atlas. I have a Web form with some fields and validators inside an UpdatePanel and some fields and validators outside. In this setup, any asynchronous postback breaks subsequent client-side validation...
    Posted to "Atlas" UI (Forum) by haller on 09-27-2006, 12:00 AM
    Filed under: Atlas asp.net 2.0, bug, updatepanel, validation
  • LinkButton problem with Client Side Validation controls

    Hi all, First off, I am using the lastest Atlas buid (September). By theory: a client side validation control. ie: a requiredValidation control on texbox means the user must enter something in the textbox. Or else the button would prevent the postback. The problem is that when a linkbutton is used with...
    Posted to AJAX UI (Forum) by png on 10-06-2006, 12:00 AM
    Filed under: Atlas asp.net 2.0, bug, validation, Atlas, asp.net ajax
  • Can I validate the page/group from the client?

    I have a simple page with an updatepanel (contains an empty lable), button (trigger the update panel), list box (selection required) and validation summary. I used the OnClientClick to display a confirmation message before posting back. What I found is the OnClientClick property doesn't validate...
    Posted to AJAX UI (Forum) by jason_m on 10-20-2006, 12:00 AM
    Filed under: validation, ConfirmButtonExtender, "AJAX Toolkit"
  • Disable Validation Controls

    I'm using a little formular with textboxes to load user data from ActiveDirectory. For editing the data I simply enable the panel with the textboxes and the validators. If the User want to show other userdata with out finishing the formular i simple disable all again. That's works really fine...
    Posted to AJAX UI (Forum) by slogmen on 10-24-2006, 12:00 AM
    Filed under: validation, asp.net ajax, ajax update panel
  • Re: radio buttons check validation in asp.net

    What you do is add this script to your page. Then add OnSubmit="return validate();" to your FORM tag. < script language= "javascript" type= "text/javascript" > function validate() { var rdo = document.getElementById('< %=rdoList.ClientID% >'); var select...
    Posted to Client Side Web Development (Forum) by SuperGhost on 10-26-2006, 12:00 AM
    Filed under: javascript, OnSubmit, Validation
  • CreateUser Wizard and Validation: InvalidPasswordErrorMessage

    Hello All, I have created a CreateUser Wizard with a number of steps and it correctly adds a user, emails etc. However when the Complete button is pressed within the wizard I want to check a second database for membership and if the the username already exists cancel CreateUser. I have completed this...
    Posted to Security (Forum) by pidgeuk on 11-08-2006, 12:00 AM
    Filed under: createuserwizard, CreateUser, Validation
  • How to change the label text?

    Hi, I have 3 fields and a submit button on page1.aspx. On clicking the "submit" button, it does a bunch of stuff and goes to page2.aspx If field 1 AND field 2 on page1.aspx are empty/null, I want a label to show the text "enter 1 of the fields" else it successfully goes to page2.aspx. Please help in...
    Posted to Web Forms (Forum) by just_life on 11-22-2006, 12:00 AM
    Filed under: label, page.load, labels, validation
  • Re: Validation Controls do not work for Custom CreateUserWizard control - ASP.NET AJAX Beta 2

    I have had this issue too. I find that my custom added in controls do not validate even if there is no ajax control in place. I think that it is just ignoring the validation you add on to the validation group. In the end I had to use code like this when the CreatingUser Event fires. This even fires before...
    Posted to ASP.NET AJAX UI (Forum) by malalawy on 11-26-2006, 12:00 AM
    Filed under: validation
  • Animation Extender and server side validation

    What I'm trying to do is activate an animation only if the page is valid. It seems that the animation extender only allows client side conditions. What I'm trying to do is once a submit a form inside of an update panel. If the form is valid, then run an animation. In my server side code, I test to see...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SirSceptre on 11-30-2006, 12:00 AM
    Filed under: Animation, ajax, AjaxControlToolkit, AJAX ASP.NET Animation, Validation
  • AnimationExtender help

    I am trying to have an animation occur only after a form has been validated. My AnimationExtender TargetControlID is my button that submits my form. When that button is clicked, I want the form to validate, which it does because of my validator controls that are in place. However, the animation always...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SirSceptre on 12-05-2006, 12:00 AM
    Filed under: Animation, ajax, ASP.NET AJAX Control Toolkit, AnimationExtender, Postback, ASP.NET AJAX Control Toolkit troubleshooting, Validation
Page 1 of 17 (162 items) 1 2 3 4 5 Next > ... Last ยป