Home » ASP.NET AJAX, Tech Corner

ValidatorCalloutExtender

31 March 2009 1 comment Posted By:Vivek

The ValidatorCalloutExtender control in Ajax extends the functionality of the existing ASP.NET validation controls.

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Text="Button" />
<asp:RequiredFieldValidator ID="RFD" runat="server"
ControlToValidate="TextBox1" ErrorMessage="Textbox should not be empty" Display="None"></asp:RequiredFieldValidator>
<ajaxToolkit:ValidatorCalloutExtender
runat="Server"
ID="ValidatorCalloutExtender 1"
TargetControlID="RFD"
Width="350px"/>

ValidatorCallout Sample

ValidatorCallout Sample

Related posts:

  1. Ajax Tabs
  2. TextBoxWatermarkExtender
  3. Calender Extender
  4. CollapsiblePanel
  5. Accordion

One Comment »

  • Gaurav Yadav said:

    Very informative post its really helpful for me and helped me to complete my task. Thanks for sharing with us. I have found another nice post with wonderful explanation on Ajax Toolkit ValidatorCalloutExtender Control in ASP.Net, for more details of that post please check out this link…

    Ajax Toolkit ValidatorCalloutExtender Control in ASP.Net

    Thanks

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>