asp.net-mvc
Advice on a web application architecture using Web Forms or MVC
I would like some opinions on the following approach to architecting a web application. A user will navigate to a login page. After logging in, the user will be sent to what I will call a primary pag[详细]
2023-04-12 08:49 分类:问答Why isnt my EditorTemplate binding a List on [HttpPost], but renders it fine on [HttpGet]?
I have uploaded my code to pastebin, this is the link: http://pastebin.com/wBu9PP2x When i submit a form, the Lists that i use are not bound to my ViewModel.[详细]
2023-04-12 08:09 分类:问答Where can I find a detailed description of how data is transferred around between View and Controller in .net MVC? [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.[详细]
2023-04-12 07:41 分类:问答Static pages in ASP.NET MVC
Suppose that your ASP.NET MVC website contains a handful of dynamic pages and a big amount of static pages that of course need the Login & Register link on the top right corner. How do you handle[详细]
2023-04-12 07:28 分类:问答is it correct architecture of ASP.NET MVC & EF app?
I have the following repository class: public class Model1Repository { private 开发者_如何学JAVANEOGOV_IdeasEntities _dataContext;[详细]
2023-04-12 06:35 分类:问答referencing a list<Model> in a looping ParialView
I have been trying to loop partial views, which share the same model as the main view. Basically the idea is that there is a registration page where a parent can register multiple children, the childr[详细]
2023-04-12 05:23 分类:问答Webactivator doesn't run on IIS 7
I have several web applications that make use of packages using WebActivator.On my local machine with IIS 7.5 Express, everything works fine whether I test in Release or Debug configurations.However,[详细]
2023-04-12 05:18 分类:问答Can Asp.net MVC3 run on WinXP IIS 5.1?
I am reading an MVC3 book, it said that Windows IIS 6 recommanded. Can I run my MVC3 project on IIS5.1 on开发者_StackOverflow WinXP? yes, we do some MVC3 development on Windows XP with IIS 5.1 and e[详细]
2023-04-12 05:10 分类:问答ASP.NET MVC application structure [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-12 05:02 分类:问答MVC 3 using partial view to add a new listing with ajax
REVISED BUT SAME ISSUE: I am building a site with MVC 3 and have run into a big road block.On the profile page, users will have the ability to create a new listing offered by their center.I have crea[详细]
2023-04-12 04:56 分类:问答