Browse by Tags

Related Posts

  • Controller for ViewMasterPage

    Hi, I'd like to know the proper way to pass model data to the master page as I was this close (holding up fingers) to touching the model in my OnLoad. Basically I want to store data in the header in my model and then set it during rendering of the master page. Is there a controller associated with...
    Posted to ASP.NET MVC (Forum) by jakenuts on 12-18-2007, 12:00 AM
    Filed under: MVC, Master Pages, Controller
  • Couple of n00b Questions

    I'm just beginning ASP.NET, and getting very comfortable with the MVC stuff, thanks to my PHP/Rails MVC background. Excuse me if these are simple questions, but I've been banging my head against them all day, so would appreciate some guidance.: Question 1: I have an action which saves a form...
    Posted to ASP.NET MVC (Forum) by chrismcabz on 04-10-2008, 12:00 AM
    Filed under: MVC, Linq, Controller, C#
  • Routing problem...doesnt work

    Hello friends! What is wrong if my code? Global.asax.cs 1 public class GlobalApplication : System.Web.HttpApplication 2 { 3 public static void RegisterRoutes(RouteCollection routes) 4 { 5 // Note: Change the URL to "{controller}.mvc/{action}/{id}" to enable 6 // automatic support on IIS6 and...
    Posted to ASP.NET MVC (Forum) by andrebtoda on 05-13-2008, 12:00 AM
    Filed under: MVC, Controller, routing, route
  • Re: One Strongly Typed ViewData to rule them all?

    Yes so the viewdata class would be somthing like this (which just uses my types generated by SubSonic): 1 Public Class SharedViewData 2 3 Public CategoryList As List(Of SubSonic.DB.Category) 4 Public Category As SubSonic.DB.Category 5 Public ProductList As List(Of SubSonic.DB.Product) 6 Public Product...
    Posted to ASP.NET MVC (Forum) by alivemedia on 05-20-2008, 12:00 AM
    Filed under: MVC, viewdata, Controller
  • strange behivour with routing

    there is strange behviur with routing , i do not know that am i doing wrong and what i am doing wrong i am calling a action in a controller when i call it with id it works but when i try to call it without id it do not work origanlly my global file was like this routes.MapRoute( "Default" ...
    Posted to ASP.NET MVC (Forum) by Ahtesham on 07-05-2008, 12:00 AM
    Filed under: MVC, Controller, routing, previev 3, action
Page 1 of 1 (5 items)