Author: babymonsta | Posted on: 11/1/2009 8:59:55 PM | Views : 904

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 ...