Browse by Tags

Related Posts

  • How to pass data from view to controller Mvc preview 5

    Hello, I am working on MVC Preview 5.I have a problem passing textbox value form the view to the controller. If I use pure HTML controls,passing values would be possible using form submit. But, how can I do the same with ASP.Net server controls? Can I still access the form control values submitted from...
    Posted to ASP.NET MVC (Forum) by Avani_nayak on 10-14-2008, 12:00 AM
    Filed under: MVC, mvc .net, MVC ASP.NET, MVC Preview 5, view, viewdata, Views, .net.3.5, asP mvcp.net mvc, ASP.NET mvc, ASP.NET mvc BindingHelperExtensions, how to pass data from view to controller, mvc form, mvc forms
  • Passing data to Master pages in ASP.NET MVC

    Hi, I want the master page to have some dynamic data that will be displayed on all pages that use this master page. For example, I need to display links to latest blog posts on all pages. One obvious way is to pass that data in every acion's RenderView method but it's too repetitive. What is...
    Posted to ASP.NET MVC (Forum) by uzmobile on 12-14-2007, 12:00 AM
    Filed under: MVC, Views, Master Pages
  • MVC and [Authorize] implications in views

    I see the standard view creates a line: <%= Html.ActionLink( "Edit" , "Edit" , new { id=Model.Ref }) %> in the view to allow editing the data presented in details. I have attributed edit to [Authorize] and expected the 'edit' option to be unavailable unless the user...
    Posted to ASP.NET MVC (Forum) by brett styles on 12-15-2009, 12:00 AM
    Filed under: security, Mvc, Views
  • Re: Writing to output inside a view

    Have you tried either, I think both methods will work and it's upto you which you prefer
    Posted to ASP.NET MVC (Forum) by sjnaughton on 07-29-2009, 12:00 AM
    Filed under: MVC, Views
Page 1 of 1 (4 items)