I really enjoy having \"pretty\" URLs (e.g. /Products/Edit/1 instead of /products.aspx?productID=1) but I\'m at a loss on how to do this for pages
/Products/Edit/1
/products.aspx?productID=1
You can find an answer about Routing in .NET here:
What is the best method to achieve dynamic URL Rewriting in ASP.Net?
There you can find different resources on the subject.