I am using MvcContrib and the TestControllerBuilder to write tests for my controller. I am writing the tests for my Error Handling Controller that looks like this:
I am trying to use Html.EditorFor in a Portable Area (i.e. so create and edit use the same form), but it doesn\'t see开发者_StackOverflow社区m to working (fine when it is not in the Portable Area thou
In my attempt to enable sorting and filtering in conjunction with the MVC contrib. gridI have decided to use a Viewmodel which contains the grid data plus the sorting and filtering information. I adde
I am using the mvc contrib grid and generate the pager like this: <%= Html.Pager((IPagination)Model) %>
I\'ve been looking into MEF and Portable areas and the pro\'s and cons of using these in a collaborative programming environment.
Is it possible to style the MvcContrib Grid pager to just show \"1 2 3 4 ...\" for pagi开发者_JAVA百科ng?As far as I can tell, that option doesn\'t exist out of the box. I asked the same question on t
I开发者_运维问答n an Html.Grid, how can we ensure that data in the column (e.g. currency amounts) gets right aligned?
I recently came across the rescue attribute which is part of the mvccontrib project... At first glance it appeared to allow you to server up different error views depending on controller / actions etc
I am new to MVC2 and I am using Html.Grid on my view. I would like to know what Attributes() is in the following context and for what purpose and how it is used?
I have a simple controller test using MvcContrib\'s test helpers: var controller = new HomeController();