Hi
in my example I have two dropdownboxes configured to autopostback and a grid displaying data based on these two dropdown fields. The second drop down is updated based on the first one. The gridview uses the second dropdown to query for the data. It's hard to explain but the gridview displays incorrect/old data.
1) Dropdown1 changed by user -> Postback fired with new Dropdown1 value and old Dropdown2 value
2) Page loads with new Dropdown1 value and new Dropdown2 values
3) Gridview displays data filtered by old dropdown2 value
Any idea to workarround these issue?
Thanks