mvccontrib
ASP.NET MVC Client-side validation with MvcContrib FluentHtml
What\'s the recommended way to do client-side validation using the开发者_如何转开发 built-in MVC2 code with MvcContrib\'s FluentHtml builders? We\'re using the jQuery client-side validation code, not[详细]
2023-01-23 21:44 分类:问答Html.EditorFor() -- editor template in portable area
I am trying to use a partial view editor template in my application using the Html.EditorFor method in my view.If the editor template is directly in the Views/Shared/EditorTemplates directory of my ap[详细]
2023-01-22 09:33 分类:问答MVCContrib Pager not emitting my query string
How do I get my original query string appended to the end of the pager output? All I am getting now is this:[详细]
2023-01-21 13:44 分类:问答Multiproject areas in ASP.Net MVC 3
Does any one have any idea about multiproject area support in asp.net mvc 3? As it was degraded to future status in mvc 2. If it is still not included then should we look forward for ASP.Net MVC Porta[详细]
2023-01-20 22:17 分类:问答Issue with mvcContrib fluent route testing in asp.net mvc
I have an issue with testing routes using the MVCContrib Fluent route testing. The test fails yet the application recognises the routes.[详细]
2023-01-20 13:51 分类:问答How do I test an ASP.NET MVC2 post action with validation when using MvcContrib TestHelper?
I\'m attempting to write a unit tests for an ASP.NET MVC 2 post action that takes a view model as its sole parameter. The view model is decorated with validation attributes such as [Required]. I\'d li[详细]
2023-01-20 11:34 分类:问答Strange problem Ajax enabled MVCContrib Grid pager
Let\'s explain the context: I have a person form inside a jquery dialog that has some tabs to group informations related to this person (Personal data, addresses, emails, position, etc.)[详细]
2023-01-20 01:52 分类:问答MVCContrib Grid - how to add and delete rows with ajax?
I\'m wondering what\'s the best strategy to delete a row in MVCContrib generated grid. Consider this grid:[详细]
2023-01-18 15:32 分类:问答Missing Documentation: MVCContrib UI-Testing
Is there any documentation or example how to use MvcContrib.TestHelper.Ui and WatinDriver?开发者_如何学GoI haven\'t found any real documentation for it, but there are examples of its use in the source[详细]
2023-01-17 21:39 分类:问答MVCContrib grid - sorting a custom column
Just sta开发者_JS百科rted learning to use the grid so please excuse me for the possibly trivial question.[详细]
2023-01-16 05:46 分类:问答