I have a drop down list. And I want that the users cannot change the value of that drop down so for this I used the disabled="disabled"
property but now I am unable to get the value from the drop down list.
So what should I do with my situation so that the users could not change the value of it and I can get the value of that drop down list also?