I have a text box inside the modal popup. when a button is clicked the pop up is shown on the screen, I want to set focus on the text box shown below. I tried txt_search.focus(); on page load it didnt work. how can I do it.
<asp:TextBox ID="Txt_search" runat="server">Search..</asp:TextBox>