HI
thanks for your help finally i found what was my problem
i put this code for my textbox
<asp:TextBox ID="txtsearch" runat="server" AutoPostBack="true"></asp:TextBox>
i clean AutoPostBack="true" just this
now my search button work just with 1 click
thanks again