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
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
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:
Here is an example of using routing in Web Forms:
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.