Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:777313
More Search Options
RSS Available
Matching Posts
Re: Subdomain location string with ASP.NET MVC
I also am very interested in doing this for one of the applications that I am writing.
Posted to
ASP.NET MVC
(Forum)
by
Michael Jenkinson
on 8/21/2008
Re: MasterPage<TViewData> Problem
I had trouble with rjcox's solution, but I found modifying his included code to below, worked for me. public class MasterPageBugFix : System.Web.Mvc.ViewMasterPage { public new TViewData ViewData { get { TViewData d = (TViewData) this .ViewContext.ViewData; if ( null == d) { throw new InvalidOperationException(); } return d; } } }
Posted to
ASP.NET MVC
(Forum)
by
Michael Jenkinson
on 1/18/2008
Filed under: MVC, viewdata, ASP.NET MVC, bug, Master Pages
Re: Passing classes into User Controls that use generics
A small bug to preempt bug spotters, but the line should be fixed to, but it doesn't affect my question. :) public partial class Location : System.Web.Mvc.ViewUserControl<dLocation>
Posted to
ASP.NET MVC
(Forum)
by
Michael Jenkinson
on 1/2/2008
Passing classes into User Controls that use generics
Hi, I got a quote control implemented into the main page like this. <%@ Register src="~/Controls/Location.ascx" tagname="Location" tagprefix="CA" %> <CA:Location ID="Location1" runat="server" /> And it is defined in the ascx file as <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Location.ascx.cs" Inherits="MvcApplication.Controls.Location" %> And the code behind file, declared
Posted to
ASP.NET MVC
(Forum)
by
Michael Jenkinson
on 1/2/2008
Filed under: user control, viewdata, ASP.NET MVC, controls, generics
Re: MVC - How do I store/access session information in a controller.
I just tried this but it didn't work. Http wasn't found in my classes available, could you help me on finding it? I checked the help files but they didn't have that information.
Posted to
ASP.NET MVC
(Forum)
by
Michael Jenkinson
on 12/31/2007
MVC - Creating code that runs with every controller action.
There is some data I would like to retrieve from the model and display on the master page. Right now, I am using the hack of having the master page access the model directly but that doesn't seem to fit with the seperation of layers design methodology of MVC. So besides making a procedure that gets called with every controller action, how would I go about making a universal bit of code that runs with the controllers to retrieve the data from the model. Thanks in advance. :)
Posted to
ASP.NET MVC
(Forum)
by
Michael Jenkinson
on 12/24/2007
Filed under: MVC, .net 3.5, ASP.NET Futures
MVC - How do I store/access session information in a controller.
As per the topic, I am asking how to store session information globally that I can access from a Controller?
Posted to
ASP.NET MVC
(Forum)
by
Michael Jenkinson
on 12/24/2007
Filed under: MVC, .net 3.5, ASP.NET Futures
Page 1 of 1 (7 items)
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online