ASP.NET MVC dropdown-list from database

后端 未结 6 1464
梦如初夏
梦如初夏 2020-12-05 05:30

Ok, so I\'m new to this whole MVC-world, but it seems to be a pretty good way of getting things done and I\'m trying to make it work here.

The problem is: I can\'t g

6条回答
  •  醉话见心
    2020-12-05 06:13

    If you are really new to ASP.Net MVC, this is a quite good Tutorial that shows you how the MVC-Pattern works.

    MVC3: http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/intro-to-aspnet-mvc-3
    MVC4: http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/intro-to-aspnet-mvc-4

    Here is the sample-code to download: http://code.msdn.microsoft.com/Introduction-to-MVC-3-10d1b098

    this is an helpful video: http://www.asp.net/mvc/videos/mvc-1/conference-presentations/creating-nerddinnercom-with-microsoft-aspnet-model-view-controller-mvc

提交回复
热议问题