AndyFreeman
IS-IT--Management
Hi there
In my aspx page i have a textbox that is used for users to enter a search string, on load of the page i have a text value set to Search.....
the object in the page is as below:
<asp:TextBox ID="tb_search_google" runat="server" Text='Search.....' />
What i am looking for is when the user clicks into the box either the text dissapears or all of the text becomes highlighted so they are able to type over the text.
Is this possible
All responses would be greatly appreciated
thanks
In my aspx page i have a textbox that is used for users to enter a search string, on load of the page i have a text value set to Search.....
the object in the page is as below:
<asp:TextBox ID="tb_search_google" runat="server" Text='Search.....' />
What i am looking for is when the user clicks into the box either the text dissapears or all of the text becomes highlighted so they are able to type over the text.
Is this possible
All responses would be greatly appreciated
thanks