Routing with Web Forms
One of the topics I have been covering in my training events has been ASP.NET Routing. Routing is a new core facility in ASP.NET as part of the 3.5 SP1 release. It’s leveraged by both ASP.NET MVC and Dynamic Data. Wally McClure also covers routing in one of his recent podcast - how you can use the routing infrastructure with ASP.NET Webforms.
You can view his post and podcast here along with some sample code.
Reader Comments