Routing without ASP.Net MVC framework in ASP.Net Webforms
Routing is a technique which enables us to use a descriptive, search engine and human friendly URL’s for ASP.Net application to access a resource. The below article will help us implementing a simple routing mechanism in ASP.Net 3.5.
Search Engine Friendly URL's Using Routing in ASP.Net 3.5