Results 1 to 4 of 4

Thread: txtbox change event

  1. #1
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 00
    Location
    New York
    Posts
    1,064

    txtbox change event

    I have a textbox with a calendar control. When a new date is selected I need for the txt change event to fire. Any suggestions?
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  2. #2
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,508

    Re: txtbox change event

    What exactly are you trying to do?There may be a better solution.
    Slow as hell.

  3. #3
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 00
    Location
    New York
    Posts
    1,064

    Re: txtbox change event

    When the date in the textbox is changed I need to rebind my grid, but the textChange event doesn't fire until the page renders a postback.
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  4. #4
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,508

    Re: txtbox change event

    Then rebind it at Calendar's SelectionChanged event.You said that you change a date anyhow.
    Slow as hell.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •