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:705645
More Search Options
RSS Available
Matching Posts
Re: Html.ActionLink (using sample from ScottGu's first MVC post).
I found my mistake; I tried adding a new route to the routing table (in my global.asax.cs), but I placed it after the existing ones, instead of before . The following code did the trick: protected void Application_Start( object sender, EventArgs e) { RouteTable.Routes.Add( new Route { Url = "Products/List/[category]" , Defaults = new { controller = "Products" , action = "List" , category = ( string ) null }, RouteHandler = typeof (MvcRouteHandler) }); RouteTable.Routes
Posted to
ASP.NET MVC
(Forum)
by
tditiecher
on 12/11/2007
Html.ActionLink (using sample from ScottGu's first MVC post).
I tried to recreate the sample from ScottGu's first MVC post ( http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx ). When I define the Categories.aspx view as mentioned in the article, Html.ActionLink method generates the hyperlink /Products/List (omitting the category): <li> <%= Html.ActionLink(category.CategoryName, new { action="List", category = category.CategoryName}) %></li> But when I change this to the following, it works and
Posted to
ASP.NET MVC
(Forum)
by
tditiecher
on 12/10/2007
Re: Update Panel throws "Server cannot modify cookies after HTTP headers have been sent." error in new Ajax .NET 1.0 release
Thank you! Setting cacheRolesInCookies="false" did the trick for me. With kind regards, Taco.
Posted to
ASP.NET AJAX UI
(Forum)
by
tditiecher
on 2/2/2007
Page 1 of 1 (3 items)
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Channel 10:
Flickr Drive Integrates Flickr into Windows Explorer
Channel 10:
Playfire: A Growing Network for Gamers
Channel 10:
Find the Top iPhone Apps with Bing (Yes, Really!)
Channel 10:
Xbox to Become Emergency Alert System
Channel 10:
Progression of the Iconic Background
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online