mvccontrib
Returning specific UserHostAddress using TestControllerBuilder
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:[详细]
2023-01-15 10:58 分类:问答Html.EditorFor in an MVCContrib PortableArea
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[详细]
2023-01-15 04:42 分类:问答Viewmodel to allow sorting and filtering for mvc contrib grid
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[详细]
2023-01-14 21:47 分类:问答mvc contrib grid - pager
I am using the mvc contrib grid and generate the pager like this: <%= Html.Pager((IPagination)Model) %>[详细]
2023-01-13 22:45 分类:问答pro's and cons of MEF vs Portable Areas via MvcContrib for collaborative programming
I\'ve been looking into MEF and Portable areas and the pro\'s and cons of using these in a collaborative programming environment.[详细]
2023-01-12 17:29 分类:问答MvcContrib Pager Styling
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[详细]
2023-01-12 17:26 分类:问答Html.Grid right align data in column
I开发者_运维问答n an Html.Grid, how can we ensure that data in the column (e.g. currency amounts) gets right aligned?[详细]
2023-01-12 09:14 分类:问答asp.net MVC: RescueAttribute (mvccontrib) vs HandleErrrorsAttribute?
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[详细]
2023-01-12 03:40 分类:问答Html.Grid: What is IGridColumn.Attributes()?
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?[详细]
2023-01-11 20:57 分类:问答MvcContrib Controller Test Returning Weird Results
I have a simple controller test using MvcContrib\'s test helpers: var controller = new HomeController();[详细]
2023-01-11 08:21 分类:问答