views:

131

answers:

2

how i can use url routing in asp.net 4.0 . how it is possible in asp.net 4.0 ;

are you provide some demo code , sample project for it
+2  A: 

I suggest starting by reading a blog post by The Gu: URL Routing with ASP.NET 4 Web Forms (VS 2010 and .NET 4.0 Series)

He has an introductory discussion with some good examples on the following topics:

  • What is URL Routing?
  • Mapping URLs using ASP.NET MVC
  • Mapping URLs using ASP.NET Web Forms
  • Retrieving URLs within an ASP.NET Web Form
  • Handling PostBack Scenarios

Here is an example of using routing in Web Forms: Routing Web Forms Example

Ian Robinson
A: 

URL Routing with ASP.NET 4 Web Forms (VS 2010 and .NET 4.0 Series) by Scott Guthrie.
URL Routing with ASP.NET 4.0 by ASPAlliance.

Moayad Mardini
i try it but i have a more confusion too how can i see any demo by a sample code project