jquery code:
$("#<%=tbExcludeFilter.ClientID%>").focus(function () {
$("#<%=tbExcludeFilter.ClientID%>").select();
})
asp:
<asp:TextBox ID="tbExcludeFilter" runat="server" CssClass="autosuggestIncluded" PlaceHolder="Search by employee nameor id"></asp:TextBox>
I want the text in the textbox to be selected on single click on the textbox instead of double click.