How to automatically search with out clicking Button
问题 i have few text boxes and dropdown boxes in a search window,and when click search button it will display data on gridview based on value selection in controls.Now what i want is even without clicking on search button it will display data automatically in gridview based on control selection.How to achieve it.I am posting small snippet contains only text box. UI <div> <asp:TextBox ID="txtFirstName" runat="server"></asp:TextBox> </div> <div> <asp:Button ID="Button1" runat="server" Text="Search"