Browse by Tags

Related Posts

  • How to pass ViewData with RenderPartial

    Hello I have a problem with a ascx view control and the view data. If work like this: public void AjaxTr<T>(string id, Expression<Action<T>> detailAction, Expression<Action<T>> editAction) where T : Controller, new() { string viewName = ActionUtils.GetViewName<T>(detailAction...
    Posted to ASP.NET MVC (Forum) by illcommunication on 09-08-2008, 12:00 AM
    Filed under: RenderPartial, RenderView, ASP mvc
  • where is RenderView() in preview 3

    hey , i am using visual studio 2008 and i have just download the AspNetMVCPreview3-setup and i am trying to work on expample by scott on mvc http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx first i had problem that i was not able to find [controllerAction] but then...
    Posted to ASP.NET MVC (Forum) by Ahtesham on 05-30-2008, 12:00 AM
    Filed under: MVC, previev 3, RenderView
  • How Do I Render a View From a Different Controller

    I've built an RSS view that I would like to be able to render from a number of different controllers that provide different data. By default RenderView() looks in the ~/Views/[ControllerName] folder for the view. I can't figure out how to render this view from within different controllers. I've...
    Posted to ASP.NET MVC (Forum) by ghotiman on 01-06-2008, 12:00 AM
    Filed under: RenderView, view
  • Re: RenderView ToString()

    In most cases, I'd say "yes", but not in the case of a Content Management System. I like your MasterView idea, but you'd still need a controller to handle the model manipulation for that. Something's got to hit the database to determine what partial views to display on a particular...
    Posted to ASP.NET MVC (Forum) by Kepler on 12-20-2007, 12:00 AM
    Filed under: RenderView, usercontrols, CMS, partial view
  • Multiple Tables in the same MVC app / View

    I'm working on a web application to update a tutoring database and thought MVC would make a good framework. I've done a lot of the basic coding off of one table in the database. However, the application actually needs to pull data from multiple tables in different places and then write all of...
    Posted to ASP.NET MVC (Forum) by brandrui on 11-03-2009, 12:00 AM
    Filed under: RenderView, c# aspnetmvc masterpage viewdata, asp mvc, linq c#, mvc .net, Ajax MVC, multiple, mvc views, asp net mvc, .net mvc, C# MVC Textbox contol MS Access, MVC dropdownlist categories, MVC Framework DropDownList, Tables, DataTable, asp .net mvc actionlink ajax
  • RenderView ToString()

    Is there a way to capture the results of RenderView() to a string?
    Posted to ASP.NET MVC (Forum) by Tom Schreck on 12-13-2007, 12:00 AM
    Filed under: MVC, RenderView, ASP.NET MVC
Page 1 of 1 (6 items)