Home » ASP.NET AJAX, Tech Corner

TextBoxWatermarkExtender

31 March 2009 1 comment Posted By:Vivek

TextBoxWatermarkExtender is a control which can be applied to a textbox to get a watermark behaviour.

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>

<ajaxToolkit:TextBoxWatermarkExtender ID="TBWE2" runat="server"
TargetControlID="TextBox1"
WatermarkText="Type First Name Here">
</ajaxToolkit:TextBoxWatermarkExtender>

Related posts:

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

One Comment »

  • Gaurav Yadav said:

    This is best one article so far I have read online. I would like to appreciate you for making it very simple and easy. I have found another nice post related to this post over the internet which also explained very well. For more details about that post check out this url…..

    Ajax Toolkit TextBoxWatermarkExtender 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>