let us supposed that you have a textbox is clicked, you need the text that says "Enter your search
<asp:TextBox ID="TextBox1" runat="server" Text="Serch Here" onkeydown="if (this.value == 'Serch Here') this.value = '';" onclick="this.value=''"></asp:TextBox>


No comments:
Post a Comment