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:782009
More Search Options
RSS Available
Matching Posts
Re: Creating a DomainRoute route - Virtual path
Check http://blog.maartenballiauw.be/post/2009/05/20/ASPNET-MVC-Domain-Routing.aspx
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 11/5/2009
Re: hyphenated controllers - is it possible?
Two things to check: 1. Is your hyphenated route in the route table before the default route? i.e.: routes.MapRoute( "Hyphenated" , // Route name "Information-About/{action}/{id}" , // URL with parameters new { controller = "Home" , action = "Index" , id = "" } // Parameter defaults ); routes.MapRoute( "Default" , // Route name "{controller}/{action}/{id}" , // URL with parameters new { controller = "Home" , action =
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 6/19/2009
Re: Hierarchical Database Driven Menu in MVC
That should be possible to do by adding dynamic MvcSiteMapNodes to your sitemap in Application_Start, for example.
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 6/7/2009
Re: Latest Code for Asp.Net MVC Quickly book
Note that this URL may disappear in the future. Contact me if that is the case.
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 6/4/2009
Re: Hierarchical Database Driven Menu in MVC
Also check http://mvcsitemap.codeplex.com. There is a HtmlHelper extension method in there which builds a menu or sitemap based on ASP.NET SiteMap provider.
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 4/29/2009
Creating a DomainRoute route - Virtual path
I'm currently working on a DomainRoute class, which would enable routing based on (sub)domains, so for example http://products.example.com maps to the ProductsController. So far so good, route parsing and stuff like that is no problem. However, I'm hitting a wall here. Let's have a look at this code snippet: 1 public class DomainRoute : RouteBase 2 { 3 // ... 4 5 public override VirtualPathData GetVirtualPath(RequestContext requestContext, RouteValueDictionary values) 6 { 7 // ... 8
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 4/15/2009
ASP.NET MVC 1.0 is released!
Check http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en That's ASP.NET MVC 1.0 RTW!
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 3/18/2009
Re: How to change URL based on dropdownlist
Another thing: don't forget to set UICulture and Culture based on these values.
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 1/21/2009
Re: Ajax not working!
Just to be sure: have you also referenced the required JavaScript files in your view / master page? < script src ="<%= Url.Content(" ~/Scripts/MicrosoftAjax.debug.js") %>" type="text/javascript"> </ script > < script src ="<%= Url.Content(" ~/Scripts/MicrosoftMvcAjax.debug.js") %>" type="text/javascript"> </ script >
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 1/21/2009
Re: MVC + Unity Containers + MSTest?
Your unit tests will usually just instantiate a specific controller, rather than letting Unity handle this? Check www.cartrackr.net for an MVC sample using Unity + MStest.
Posted to
ASP.NET MVC
(Forum)
by
maartenba
on 12/30/2008
Page 1 of 8 (76 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online