I am accustomed to ASP.NET's view state property for drop downs, etc.
Basically what I am trying to accomplish is this scenario. The select element is initially loaded with values via asp the first time the page loads.
Then when the user clicks a Requery button I would like to retain the value of the selected option in the select element and selecting that option. Right now it's refreshing everything.
Basically what I am trying to accomplish is this scenario. The select element is initially loaded with values via asp the first time the page loads.
Then when the user clicks a Requery button I would like to retain the value of the selected option in the select element and selecting that option. Right now it's refreshing everything.