Wednesday, 28 July 2010 11:49 by
SyntaxC4
When it comes to providing a more usable interface for your user, I find that labels are the key. Being able to style a label as an error message and position it where you need it for your user is great, the added functionality being, if the user clicks on the label it lands their cursor nicely in the corresponding field [provided you have filled in the ‘for’ attribute].
When it comes to ASP.NET MVC, Microsoft made the choice to go with a <span> tag instead of the <label>...
[More]