NEED TWO CLICKS TO UPDATE XML CONTROL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bschus1039@aol.com

    NEED TWO CLICKS TO UPDATE XML CONTROL

    I am coding an ASP.NET page and I have a button on the page. When the
    user clicks the button the first time, it populates an XML file which
    is displayed correctly via an XML (web form) control.
    Then I change the selection index of a drop down list box, which
    changes the input parameters and click the button a second time. The
    page refreshes without changing the data in the XML control. If I
    click the button again, it then gives the new data.

    Why does it take two clicks?

Working...