Browse by Tags

Related Posts

  • ASP.NET MVC Framework Preview 2 Bug ?

    Hello, I am playing with the Preview 2 of the MVC Framework and noticed something strange: When I use the "Html" property (HtmlHelper Instance) in a ViewPage to render a FORM tag like this: <%= Html.Form("MyController", "MyAction") %> I end up with this markup: <form...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by astaykov on 03-10-2008, 12:00 AM
    Filed under: MVC, HtmlHelper
  • Re: ASP.NET MVC Framework Preview 2 Bug ?

    Hm, After several more scenarios I revealed the strange, may be, behavior of that extension method. We should use <% Html.Form("MyController", "MyAction") %> instead of <%= Html.Form("MyController", "MyAction") %>, Because the helper method Form(HtmlHelper...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by astaykov on 03-11-2008, 12:00 AM
    Filed under: MVC, HtmlHelper
  • Where are all my HtmlHelper methods?!?!

    Ok. I downloaded the ASP.NET MVC Preview 2 from the following link and installed it: http://www.microsoft.com/downloads/details.aspx?FamilyId=38CC4CF1-773A-47E1-8125-BA3369BF54A3&displaylang=en#RelatedLinks When I attempt to write code like this in my viewpage <%= Html.Form %> I get no love...
    Posted to ASP.NET MVC (Forum) by serverside6 on 04-28-2008, 12:00 AM
    Filed under: asp.net, htmlhelper, MVC
Page 1 of 1 (3 items)