Browse by Tags

Related Posts

  • Enable Button without AutoPostBack

    I have a page which involves a user creating a custom account with a password. I then have a checkbox that the user must check before clicking a button to submit the data. < asp:CheckBox ID= "CheckBox" runat= "server" oncheckedchanged= "CheckBox_CheckedChanged" AutoPostBack...
    Posted to Web Forms (Forum) by stinstin on 01-03-2009, 12:00 AM
    Filed under: Password, textbox, autopostback, checkbox, event, Fire
  • Textbox fires autopostback...tho' set opposite

    Hi, I added a textbox control to a page with a gridview. I am using the textbox as a filter for the gridview. I have a button in place to filter the text from the box. Works great. Problem is, the textbox fires a postback whenever I hit enter, and the filter button doesn't get triggered until the...
    Posted to Web Forms (Forum) by philllmj on 03-06-2008, 12:00 AM
    Filed under: textbox, autopostback
  • Set focus on textbox after AutoPostback??

    I have a few textboxes inside an UpdatePanel that are used to calculate values in some labels. Each time a user exits a textbox, the server needs to make some calculations and change the values on the labels. After it does the calculations and comes back, I would like the next textbox to have focus....
    Posted to ASP.NET AJAX UI (Forum) by KJAK on 09-04-2007, 12:00 AM
    Filed under: TextBox, updatepanel, autopostback
Page 1 of 1 (3 items)