Justin Cooney

Web Development Tips and Examples

Category: Web Development

  • I sometimes find the need to dynamically enable or disable form elements especially since I often use ASP.NET webforms. For this purpose I find that the default HTML attributes are not sufficient. Specifically, the HTML DISABLED and READONLY element attributes do not work as one would want a disabled form field to actually work. In…