asp.net-mvc
DevExpress DateEdit using MVC
I ha开发者_开发百科ve just started using the <% Html.DevExpress().DateEdit() control and i got it to work fine in my ASP.Net MVC application. The code is as shown below:[详细]
2023-04-13 00:32 分类:问答Application level cached objects should be threadsafe?
I am thinking to use HttpContext.Current.Cache which ha开发者_Go百科s application level scope. I know that Cache object is thread safe but the thing that i don\'t understand is cached objects are not[详细]
2023-04-13 00:20 分类:问答Where does the MVC3 default template store user-account information?
Can you tell me where the asp.net mvc3 default template stores the login information when I register a new account? It is running local in debug mode.[详细]
2023-04-13 00:18 分类:问答Using Multiple Config files for a shared MVC Project
I have an MVC application that consists of a directory with all the necessary files to run except the css and master view.In IIS, I have several sites set up that all use the same directory, but then[详细]
2023-04-13 00:07 分类:问答How do I render HTML from the Viewbag using MVC3 Razor
I am trying to pass a form element into an MVC3 view by using the Viewbag and simply write the HTML to the page ...[详细]
2023-04-13 00:02 分类:问答asp.net mvc save postback object tree to database and retrieve it. (implement save button)
For background reference: The application is built in asp.net mvc 3, the backend is built with the help of entity framework and services and for the front end I copy the domain objects to DTO objects.[详细]
2023-04-12 23:48 分类:问答ASP.NET MVC Database connectivity using ADO.NET
I\'m new to ASP.NET MVC. I want to work with SQL Server database with stored procedures without using LINQ but standard ADO.NET. How can I do that? Is there any useful开发者_JAVA技巧 video tutorial or[详细]
2023-04-12 23:43 分类:问答Adding the same items to many-to-many relation in EF 4.0
I have two entities in my domain model: public class Configuration : DomainEntity { public virtual ICollection<Hardware> Hardwares { get; set; }[详细]
2023-04-12 23:40 分类:问答How to use WorkFlow with asp.net mvc application?
I have a edit sales invoice page in asp.net mvc 3 that looks something like On this page \"save\" is normal Post button which will save any changes to the invoice made at this screen. However, nex[详细]
2023-04-12 23:39 分类:问答how to Post status to facebook and twitter from asp.net mvc website?
I know that I can use the Facebook and twitter sdk to post on both, but I am asking if there is a simple tool or examples shows how to do that.[详细]
2023-04-12 22:45 分类:问答