How do I submit disabled input in ASP.NET MVC?
Can't you make the field readonly="readonly" instead of disabled="disabled"? A readonly field value will be submitted to the server while still being non-editable by the user. A SELECT tag is an exception though.
readonly="readonly"
disabled="disabled"
SELECT
1.4m articles
1.4m replys
5 comments
57.0k users