Friday, November 21, 2008 from twitter.com
mahdi : Poll: "Will you like a site dedicated to ASP.NET MVC Tools?" http://poll.fm/0/
Friday, November 21, 2008 from twitter.com
plitwin : @pswaters says about ASP.net and mvc "I don't want freedom".
Friday, November 21, 2008 from wgpubs
Hi Folks,I've seen a number of examples where the create and edit action methods are bound to a single object as such:public ActionResult Create (Person person) {} with view code like Html.Textbox(person.Name, ViewData.Model.Name)***I was wondering if it is possible to bind to multiple objects ... something like:public ActionResult Create (Person person, ContactInfo, contactInfo) {}with view code like Html.Textbox(person.Name, ViewData.Model.Name) and Html.Textbox(contactInfo.Address1,...
Friday, November 21, 2008 from hguled
Hi all, I am trying to set style and getting error. % =Html.ListBox("lstAvailable", ViewData["lstAvailable"], new { style = "width: 268px;height:221px" })%> Any help? Thanks in advance.
Friday, November 21, 2008 from josepholmart
hi, i have this sample mvc app where im trying to pull products from northwind database and display them in the aspx page with ul li markup. its a simple code but yet im receiving this ugly crash page. any idea? Server Error in '/' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS1579:...
Friday, November 21, 2008 from twitter.com
karthikg : @chadmyers Cake & symphony are MVC frameworks for PHP. Prado PHP is based on ASP.NET Webforms. Thats what I use to dabble in PHP
Friday, November 21, 2008 from twitter.com
sempf : Speaking on VBoR, has anyone noticed that MVC looks a lot like ASP Classic for .NET?