TextBoxWatermarkExtender
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:








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!