This control is used to provide watermark for the textbox Indicating what value to input in the textbox without using a label to provide a caption for the textbox properties. TargetControlID : WatermarkText : Used to specify what is the text to display in textbox as watermark. Watermarkcssclass: Used to specify the cssclass to use to display the watermark. Example The following example demonstrates how to use Textbox water mark extender. Add a page to the website and then take a Toolkitscriptmanager & two textboxes on the page and set ID’s of Textboxes as T1 & T2. Within HTML source of the page within the head section create a css class with the name watermark as follows. <style type=”text/css”> .watermark { font-family : ArialBlack; font-size: large; color: Gray; } </style> Within HTML Source itself drag & drop two textbox watermark extenders and set following properties for that <asp: TextBoxWatermarkExtender ID=”TextBoxWaterMarkExtender” runat=”server” TargetcontrolID=”T1” watermarkText=”userID” watermarkcssclass=”watermark”></asp:Textboxwatermarkextender> <asp:TextBoxWatermarkExtender Id=”TextBoxWaterMarkExtender 2” runat=”server” TargetcontrolID=”T2” watermarkText=”password” watermarkcssclass=”watermark”> </asp:TextBoxWatermarkExtender>
You liked the article?
Like: 0
Vote for difficulty
Current difficulty (Avg): Medium
TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.