mvccontrib
MVCContrib Grid showing headers when empty?
The elegant Action Syntax in the MVCContrib Grid gives us the Empty() method. However, the default behavior of MvcContrib.UI.Grid.GridRenderer<T>.RenderHeader() is to hide the table column heade[详细]
2023-01-10 11:30 分类:问答How to resolve an user repository using Windsor IoC at the start of the application?
I get an error message \"Object reference not set to an instance of an object.\" when I try to use an UserRepos repository. Question is how can I resolve user repository at the start of the applicatio[详细]
2023-01-09 00:29 分类:问答Can't acces my Portable Area in MVCContrib MVC2
I need help. I can\'t access my portable area from my main project. I build everything and I get a 404 error when trying to access this portable area (localhost:123/IW/Home), but all my regular areas[详细]
2023-01-08 23:34 分类:问答MvcContrib.UI.Grid pagination problem
I have an object which contains quite a few other objects in an IList called possible values. I have successfully used t开发者_如何学Che mvccontrib grid plus paging before but would like to add the gr[详细]
2023-01-07 10:38 分类:问答InputBuilder's PartialView("My") doesn't work
my viewmodel public class CaseCreateInput { [PartialView(\"My\")] public object AreaId { get; set; } } My.aspx partialview[详细]
2023-01-06 19:08 分类:问答mvc contrib grid + forms
Did anyone ever manage to create forms within the grid? Attempt (which doe开发者_运维技巧s not work):[详细]
2023-01-06 16:23 分类:问答assembly problem asp.net mvc / mvc contrib
I am using the s#arp framework and want to use the latest mvc contrib. This means that I have to use asp.net mvc 2.0. So I refrenced the latest 2.0 dll for mvc 2.0 and the latest mvc contrib dll but s[详细]
2023-01-06 06:49 分类:问答Retrieive ids from the checked checbox itens in a GridView Row
I need present a grid-view in the web page, and based on the checkbox that each grid row has I want to retrieve and submit a value of the ID of each grid column. I\'m using asp.net mvc and the mvc con[详细]
2023-01-05 03:20 分类:问答How do I build MVC Contrib for .NET 4?
I\'开发者_如何学Cve downloaded the source code, converted the solution to VS10 format, fixed all compilation errors (mainly deleted references to .NET 3.5 versions of System.Web.Routing and System.Web[详细]
2023-01-04 20:50 分类:问答Why is ModelStateToTempData Attribute from MVCContrib not working?
I\'m simply trying to pass the ModelState from one action to another in the same controller, for validation purposes. However, the model state does not get updated. I see that TempData[\"____MvcContri[详细]
2023-01-04 10:04 分类:问答