I can get the value on the form at the server side by using
Request.form("m ax")
when max field is disabled I dont get value. For GUI and business logic
purpose I have disabled some fields with the values, but when I update
Request.form does not return me anything for disabled fields.
How to read disabled fields at the server side
Request.form("m ax")
when max field is disabled I dont get value. For GUI and business logic
purpose I have disabled some fields with the values, but when I update
Request.form does not return me anything for disabled fields.
How to read disabled fields at the server side
Comment