I am facing a problem that I cannot solve!
I have two DropDownLists inside an UpdatePanel with AutoPostBack=true, UpdateMode="always", ChildrenAsTriggers="true" and EnableViewState="false".
The values shown inside the second DropDownList are dependent of the SelectedValue on the first one.
Whenever the selected value on a DropDownList, the entire page is postback. I want only the postback running inside the updatepanel.
Note: The ScriptManager has EnablePartialRendering="true".
What should I do?