I have two dropdownlists. First one is static, second one gets populated when I select any from the first. Also I have a button control. For the page I have ViewState false. When I click on the button with first and second both selected, selection of the second dropdownlist is lost and set as default? Any idea how to solve it?
at 1, You have a static DropDownList in Page? You mean: protected static DropDownList... ??? Can you put the source code here? at 2, Why do you have ViewState false? Set the EnableViewState as true.