vote up 0 vote down star

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
flag

2 Answers

vote up 1 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
i try it but i have a more confusion too how can i see any demo by a sample code project – Gupta Ji Nov 8 at 17:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.