Search this site
My StackExchange profile
-
Recent posts
- Using a FileStreamResult with a MemoryStream in ASP.NET MVC 3
- An HtmlHelper to display if a field is required or not in ASP.NET MVC 3
- Hosting Nancy from a console application
- Building a photoblog with Nancy and Simple.Data Part 7: The archives
- Building a photoblog with Nancy and Simple.Data Part 6: Adding comments
Tags
Categories
Archives
Blogroll
Links
Tag Archives: htmlhelper
An HtmlHelper to display if a field is required or not in ASP.NET MVC 3
A lot of the users I develop web applications for would like some sort of visual indication for required fields. A commonly used approach for this is putting an asterisk behind the input element. I could manually put an asterisk … Continue reading