Hey guys I am struck with how to do customize routing from our .cs page I know that we can do routing in global.asax using routeCollection.MapPageRoute("Default Page", "Default/{ProductName}/{CategoryName}", "~/Default.aspx");
But i want to do customize url routing from our code behind file,since the name of the page comes from database...how can i do that please help me out guys...!!