I am using an ASPropDownList with runat = "server"
In the javascript on that page - if another dropdown is modified the values of my dropdown is altered - with all items being removed and then applicable ones being added. When I submit the form - the item count is the original one I started with and the value is the text value for the one item I start with - the word ALL. How do I tweak the contentts of the dropdown so that the postback will get the right value??
In the javascript on that page - if another dropdown is modified the values of my dropdown is altered - with all items being removed and then applicable ones being added. When I submit the form - the item count is the original one I started with and the value is the text value for the one item I start with - the word ALL. How do I tweak the contentts of the dropdown so that the postback will get the right value??