Tag: select list
-
ASP.NET MVC Extensions Methods
These are my extensions. Not display dropdownlist if the Select list is null Transform Enum to SelectList Transform Generic list into a SelectList Display pager control Other extensions available that are good : http://blog.wekeroad.com/blog/asp-net-mvc-list-helper-extension-method/ http://www.hanselman.com/blog/ASPNETMVCSessionAtMix08TDDAndMvcMockHelpers.aspx http://helios.ca/2009/09/21/asp-net-mvc-extension-methods-of-urlhelper/ http://blog.donnfelker.com/2010/02/25/asp-net-mvc-tempdata-extension-methods/ http://inq.me/post/ASPNet-MVC-Extension-method-to-create-a-Security-Aware-HtmlActionLink.aspx If you know more,please tell me