I have a DropDownList in control.aspx
EnableViewState = True
AutoPostBack = True
When the page refreshes or other server-controls on the page are posted, the DropDownList holds it's value.
But when a new page on the same site is loaded and then we reload the control.aspx page the DropDownList value is reset.
Surely the viewstate should hold and reset the selected value.
EnableViewState = True
AutoPostBack = True
When the page refreshes or other server-controls on the page are posted, the DropDownList holds it's value.
But when a new page on the same site is loaded and then we reload the control.aspx page the DropDownList value is reset.
Surely the viewstate should hold and reset the selected value.