Monday, May 25, 2009

Cache in MVC ActionFilterAttribute

Source

How to add HTML Attributes into html helper

<%=Html.DropDownList("CategoryID", new {@class="input", style="display:none"})%>