Asp.net CheckBox.Enabled = false problem

Why on earth does the asp.net CheckBox not pass the html to the client when the Enabled property is set to False on the server side? The goal of having Enabled = false is simple - you don't want the user to occasionally change the CheckBox. thank you for your help!

-1


source to share


1 answer


You want READONLY.



+2


source







All Articles