0
kicks
Submit disabled controls in ASP.NET 2.0
When the form was submitted, it didn’t submit the contents of the disabled textbox. It puzzled me, but then I found that ASP.NET 2.0 doesn’t submit client-side disabled controls by default. However, there is an easy way to force it to do so.