AJAX TextBoxWatermark Control Extender

by top54u.com 24 May, 2008
Spotlight.....

The TextBoxWatermark extender control of ASP.Net 2.0 AJAX control toolkit is attached to the Textbox server control of ASP.Net. TextboxWatermark extender control is managed by CSS styles to display the watermarked message inside the Textbox control. TextBoxWatermark control allows you to display the Hint inside the user input fields i.e. Textbox that disappears as soon as the user sets focus into the Textbox. You can pass the Hint Text that you want to display inside the Textbox control. TexboxWatermark extender control is very easy to use due to its very few properties to provide the desired functionality.

 

TextboxWatermarkExtender Control Properties

 

TargetControlID: ID of Textbox control in which watermarked text will appear.

 

WatermarkText: Text that will appear inside the associated Textbox control.

 

WatermarkCssClass: CSS class name that will adjust the style, look and feel of watermarked Textbox.

 

Sample Code for TextboxWatermarkExtender Control

 

CSS Class:

 

.no_watermark
{
border:solid 1px #cccccc;
}

.watermark
{
color:#999999;
background-color:#eeeeee;
border:solid 1px #cccccc;
}

 

HTML code:

    <form id="form1" runat="server">
        <div>
            <asp:ScriptManager ID="ScriptManager1" runat="server">
            </asp:ScriptManager>



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



            <ajaxToolkit:TextBoxWatermarkExtender ID="TextBoxWatermarkExtender1" runat="server"
                     TargetControlID="TextBox1"
                     WatermarkCssClass="watermark"
                     WatermarkText="Enter your name here">
            </ajaxToolkit:TextBoxWatermarkExtender>



        </div>
    </form>
Spotlight.....

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , , ,

Add comment


(Will show your Gravatar icon)  

  Country flag

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]



Live preview

8/23/2008 8:46:01 PM

OUR SPONSORS[+ advertise here]
related videos.....
recent posts.....
top54u ezines.....