Browse by Tags

Related Posts

  • 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
  • controltovalidate attribute of RequiredFieldValidator is undefined after postback with updatepanel

    The first person who can help me fix the following problem will get a free Pearson Vue MCP voucher as a little "thank you" present: I use a RequiredFieldValidator together with a ValidatorCalloutExtender. Both are generated at run time by a custom field type (derived from BoundField) that I use inside...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MathiasR on 01-05-2007, 12:00 AM
    Filed under: validatorcallout, ajax, ASP.NET AJAX Control Toolkit, AjaxControlToolkit, AJAX Control Toolkit, validatorcalloutextender, Validation, controltovalidate
  • ValidationSummary / UpdatePannel Issue

    I have a web form undergoing validation when a submit button is clicked and then returning the results to a ValidationSumamry control, fairly straight forward. The catch is that I am using an UpdatePanel to change what fields are being validated and returned to the Summary control by switching the ValidationGroup...
    Posted to ASP.NET AJAX UI (Forum) by sbrauen on 03-22-2007, 12:00 AM
    Filed under: updatepanel, validation, ajax, Update Panel, "Update Panel", ajax 1.0, showmessagebox, validationgroup, validation summary, validation group, validationsummary
  • BUG!: updatepanel and validators

    My validators stop working when placed in an updatepanel. I have also tried the validatorcallout...still no luck...they just dont validate.. Then I found this link: http://blogs.msdn.com/mattgi/archive/2007/01/23/asp-net-ajax-validators.aspx which adviced to add the following in my web.config: tagMapping>...
    Posted to ASP.NET AJAX UI (Forum) by Peter Smith on 07-31-2007, 12:00 AM
    Filed under: bug, validation, ajax, upadatepanel
  • Validators using ajax not working anymore?

    Hi, How can i use the standard, required rield validator, custom validator etc... with ajax? My controls dont fire any type of validation and if i force a Page.Validate it always says its valid and dont fire the custom events... Why is this happening? Can anyone make this work? Best Regards
    Posted to ASP.NET AJAX UI (Forum) by Luis Simoes on 10-04-2007, 12:00 AM
    Filed under: validation, ajax, Validators, validate
  • Re: Validators using ajax not working anymore?

    Hi Damien, I had already been to that blog and use the validators.dll with the web.config changes... nothing happened... This is the way i am using in the RowCommand of the gridview: 1 Protected Sub GridDetails_RowCommand( ByVal sender As Object , ByVal e As System.Web.UI.WebControls.GridViewCommandEventArgs...
    Posted to ASP.NET AJAX UI (Forum) by Luis Simoes on 10-04-2007, 12:00 AM
    Filed under: validation, ajax, Validators, validate, customvalidator
Page 1 of 1 (7 items)