AutoPostback Problem on the Grid

Last post 05-23-2009 12:49 AM by kaushalparik. 15 replies.
Page 2 of 2 (16 items) < Previous 1 2
Sort Posts: Previous Next
  • 05-23-2009 12:49 AM In reply to

    Re: AutoPostback Problem on the Grid

    Vuyiswamb:
    when the textchange is fired , i need that grid to show me records, but it seems there is something wrong there , because i need to manualy click somewhere else

    Yes. that is because TextChanged event (when AutoPostBack=true) is something doesnt fire when you type in anything in the textbox (like keypress/up/down); TextChanged event will fire when focus lost from the textbox. so, when you click somewhere else or you press tab after typeing in the textbox - the focus get lost from the textbox and then only the textchanged event get fired and binding the grid..

    "I would love to change the world, but they won’t give me the source code"

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point & mark your thread as Resolved for the sake of Future Readers.

    KaushaL || BLOG || Profile || Microsoft MVP
  •  Advertisement

    Featured Advertisement

     
Page 2 of 2 (16 items) < Previous 1 2