I\'m new to MVC and C#. I\'m trying to get a static list to work with a DropDownList control such that the selected value rendered is set by the current Model value from the DB.
I\'m in the process of implementing an ultra-light MVC framework in PHP. It seems to be a common opinion that the loading of data from a database, file etc. should be independent of the Model, and I a
I\'m looking at a GUI program made using MVC and they have this method. What does this method do and when will you need to use it?
I\'m about to program a mutistep form in my MVC开发者_如何学运维 App (Self-made MVC framework) in which no data is to be inserted until the last step is finished.
I\'ve been trying to load masterpage content from database (based on a \"TargetCode\" in the querystring), using ActionFilterAttribute. However, I\'m having problem setting the ViewData to the data re
I have an incoming stream of messages, and want a window that allows the user to scroll through the messages.
I\'m trying to upload files within MVC. Most soluti开发者_开发知识库on I saw on SO is use webform. I don\'t want to use that and personly prefer using streams. How do you implement RESTful file upload
Am using C# MVC and i need to get the user details who having birthday with in next 20 days. using linq to sql query which wants to compare only开发者_开发问答 date and month and not the year, to fetc
I am creating an \'award\' system for my website to encourage a community fealing, much in the same way that stack overflow uses badges.
I\'m running a MonoRail application that has no routing configured. So I\'m using MRs standard Area/Controller/Action.aspx scheme.