I recently wrote a column on how to open a dialog box in an ASP.NET MVC application. In that column, I had the HTML for the dialog box dynamically generated at runtime from a Partial View and ...
The anonymous object contains the HTML attributes that the framework will add to my input element. This works fine, except that the "autocomplete" attribute isn't valid on the input element. I'd like ...