I am using UseSubmitBehavior with Button, now i want to use it with TextBox
so could i use it with Textbox beacuse i created method on text box indexchanged to calling data from database and insert into Database.
some time same record inserted two time into database.
<asp:TextBox ID="txtsearcbn" AutoPostBack="true" runat="server" OnTextChanged="txtsearcbn_TextChanged" Height="24px" Width="127px" UseSubmitBehavior="false"></asp:TextBox>