I have a dropdownlist which I put data in as "qty" "1" "2" ... and so on and when the button is pressed, it will take the value of the dropdownlist. However by default I want the select item to ALWAYS be '1'. What I did was I used the 'is selected = true' for value '1' but whenever I press the button, the drop down list will automatically change its value back to 'qty'. How do I make it stay at '1' always?
...
Go to the complete details ...