Megosztás a következőn keresztül:


ASP.NET AJAX Validators

ASP.NET AJAX provides new APIs for registering script with the ScriptManager.  Using these APIs allows controls to work well with partial rendering.  Without them, controls placed inside an UpdatePanel won't work as expected. In previous CTP releases of ASP.NET AJAX, we had a set of validator controls that derived from the v2.0 controls and used the new APIs. This made them work well with ASP.NET AJAX. WindowsUpdate will soon include a version of System.Web that can take advantage of the new APIs.  So the new controls which would have been redundant have been removed.  However, the update isn't available yet and ASP.NET AJAX has been released.  So, in the short-term, the source code for a set of custom validator controls that work with partial rendering is available here.

The .zip file includes a solution and .csproj file as well as the compiled DLL.  Just put the DLL in the /bin directory of your application and include the following <tagMapping section in the pages section of the web.config.

      <tagMapping>
        <add tagType="System.Web.UI.WebControls.CompareValidator"           mappedTagType="Sample.Web.UI.Compatibility.CompareValidator, Validators, Version=1.0.0.0"/>
        <add tagType="System.Web.UI.WebControls.CustomValidator"            mappedTagType="Sample.Web.UI.Compatibility.CustomValidator, Validators, Version=1.0.0.0"/>
        <add tagType="System.Web.UI.WebControls.RangeValidator"             mappedTagType="Sample.Web.UI.Compatibility.RangeValidator, Validators, Version=1.0.0.0"/>
        <add tagType="System.Web.UI.WebControls.RegularExpressionValidator" mappedTagType="Sample.Web.UI.Compatibility.RegularExpressionValidator, Validators, Version=1.0.0.0"/>
        <add tagType="System.Web.UI.WebControls.RequiredFieldValidator"     mappedTagType="Sample.Web.UI.Compatibility.RequiredFieldValidator, Validators, Version=1.0.0.0"/>
        <add tagType="System.Web.UI.WebControls.ValidationSummary"          mappedTagType="Sample.Web.UI.Compatibility.ValidationSummary, Validators, Version=1.0.0.0"/>
      </tagMapping>
 

 

Validators.zip

Comments

  • Anonymous
    January 23, 2007
    In previous releases, AJAX extensions extended the validation controls introduced by ASP.NET in order

  • Anonymous
    January 24, 2007
    RE: "WindowsUpdate will soon include a version of System.Web that can take advantage of the new APIs"... I'm suprised to hear this. Can you elaborate on this? When will this update be available? Will we have to change our references to the existing System.Web.dll and recompile? Can you provide a source for more information on this change?

  • Anonymous
    January 24, 2007
    Below are a few links to some ASP.NET AJAX 1.0 resources, and answers to a few common questions I've

  • Anonymous
    February 01, 2007
    ASP.NET AJAX Validator Controls

  • Anonymous
    February 10, 2007
    Acabamos de nos deparar com um "probleminha" do ASP.NET AJAX 1.0 em um projeto para um grande cliente...

  • Anonymous
    February 17, 2007
    Si vous décidez d'utiliser des contrôles de validation dans un UpdatePanel il se peut que vous rencontriez

  • Anonymous
    February 23, 2007
    Durante os betas do Atlas, houve problemas com os validadores, problemas de funcionamento deles...

  • Anonymous
    March 04, 2007
    Microsoftu se podařil pozoruhodný kousek, standardní validátory ASP.NET 2.0 nefungují korektně uvnitř

  • Anonymous
    March 09, 2007
    This issue actually affects anyone using validators in their applications that went from RC to the final.

  • Anonymous
    March 19, 2007
    Fico sempre feliz em ver novos artigos e assuntos sobre AJAX.NET em nossa língua. Algumas das...

  • Anonymous
    March 20, 2007
    I got the following Javascript error a couple of days ago that I had not seen before: Sys.ArgumentUndefinedException:

  • Anonymous
    March 26, 2007
    If you are using ASP.NET Validators in UpdatePanel consider the post of Matt Gibbs : " ASP.NET AJAX Validators

  • Anonymous
    March 30, 2007
    En el release final de AJAX ASP.NET se les olvid&oacute; poner los controles de compatibilidad entre

  • Anonymous
    March 31, 2007
    Another nice link regarding AJAX ASP.NET AJAX Validators

  • Anonymous
    May 09, 2007
    Hoy me he encontrado con el siguiente error cuando he incluido un Validator callout extender en un UpdatePanel

  • Anonymous
    May 24, 2007
    Some changes of note from the ASP.NET AJAX 1.0 RC to RTM release; some of which may break your application

  • Anonymous
    June 26, 2007
    asp.net validators for ajax, finally, sort of, maybe.

  • Anonymous
    July 18, 2007
    Validation Summary Control Not Playing Nicely With Ajax

  • Anonymous
    July 20, 2007
    Currently we are facing the issue that the ValidationSummary used in ASP.NET 2 using Ajax, having ShowMessageBox

  • Anonymous
    July 29, 2007
    I need to know how to make validation controls with ajax. I have founf this link but had give me some

  • Anonymous
    July 30, 2007
    I need to know how to make validation controls especially requried field one with ajax. I have found

  • Anonymous
    August 07, 2007
    Hi folks.... I am trying to use Update Panel, i included one of my dropdown into update panel which is

  • Anonymous
    September 05, 2007
    I have a page where I have two UpdatePanels, one contains a GridView bound to a collection and the other

  • Anonymous
    October 02, 2007
    介绍 ASP.NETAJAX就5个控件,分别是ScriptManager、ScriptManagerProxy、UpdatePanel、UpdateProgress和Timer。先简单地过一下。 ...

  • Anonymous
    November 14, 2007
    Tratando de usar controles de validaci&#243;n dentro de un UpdatePanel no consegu&#237;amos que la validaci&#243;n

  • Anonymous
    January 23, 2008
    In previous releases of ASP.NET AJAX, Microsoft had created a series of Validators that were compatible

  • Anonymous
    February 01, 2008
    Si vous décidez d'utiliser des contrôles de validation dans un UpdatePanel il se peut que vous rencontriez

  • Anonymous
    February 17, 2008
    Hi there I&#39;m using the ValidatorCalloutExtender in many of my pages, along with RequiredFieldValidator

  • Anonymous
    February 18, 2008
    Hi all... this is my first post so i&#39;m unsure if this is the correct place for this question. However

  • Anonymous
    February 27, 2008
    ASP.NET AJAX 1.0资源连接以及对一些常见问题的答复

  • Anonymous
    March 13, 2008
    If you have multiple validation control and using ValidatorCalloutExtender,You might have exprience that

  • Anonymous
    March 17, 2008
    ASP.NETAJAX(1)-简单地过一下每个控件(ScriptManager、ScriptManagerProxy、UpdatePanel、UpdateProgress和Timer) ...

  • Anonymous
    March 26, 2008
    Postback not working in an update panel having validators

  • Anonymous
    April 15, 2008
    Hoy me he encontrado con el siguiente error cuando he incluido un Validator callout extender en un UpdatePanel

  • Anonymous
    May 19, 2008
    【原文地址】LinkstoASP.NETAJAX1.0resources,andanswerstosomecommonquestions 【原文发表日期】Thursday,...

  • Anonymous
    June 03, 2008
    I&#39;ve been looking for hours to find a solution for this problem. Well first of all defining what

  • Anonymous
    June 04, 2008
    Hi everyone. So, I post this topic because I have found many solutions or discussions about the way to

  • Anonymous
    September 01, 2008
    I have different kinds of Ajax validators( http://blogs.msdn.com/mattgi/archive/2007/01/23/asp-net-ajax

  • Anonymous
    January 21, 2009
    Hi, I&#39;m having trouble getting an error message to appear for a failed validation within an UpdatePanel

  • Anonymous
    May 07, 2009
    In my ASP.NET 2.0 app, I have two text fields that I&#39;m trying to use RegularExpressionValidators