Multiple postback collision?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PaulJ

    Multiple postback collision?

    Using a VB aspx web form I have a TextBox web control and a DropDown List web control that both
    AutoPostBack to the server when their state has changed. When the user is in the TextBox, changes the
    text and using the mouse selects the drop down list control, the view state is destroyed and a blank
    screen results.

    When the user has changed the text in the text box and moves focus off the text box using the tab ke
    the page does the postback with no problems, but when the focus is changed by using the mouse to click
    on the dropDownList control it to tries to do a postback at the same time.

    Help?
  • Aaron Bertrand [MVP]

    #2
    Re: Multiple postback collision?

    > Using a VB aspx web form



    --
    Aaron Bertrand
    SQL Server MVP



    Comment

    Working...