I have many dropdowns on asp page
When i go to modify a record . i have set the property of dropdown box as
disabled = true
But when i submit the form with some other changes , the values in the dopdown get lost and they become enabled which should not happen.
Please suggest what should be done