This is a walkthrough for ASP.NET routing. The concept of routing is very interesting, it allows you to take this URL:
http://mysite.com/articles.aspx?ArticleID=HowToCodeRouting&Theme=Orange
to this:
http://mysite.com/articles/HowToCodeRouting/Orange
The overall effect is more searchable and more self explanitory to look at.
Our code example is very short, just enouth to get you up to speed and coding... quickly.
Edit 2/21/2015: the two 'Ignore' lines were added to avoid this error:
JavaScript critical error at line 4, column 1 in http://localhost:55362/WebResource.asx?... Syntax error