With URL rewriting, you can create search engine friendly URL's such as /products/cars/bmw.aspx. To accomplish this url to transform to products.aspx?category=cars&type=bmw, you need URL rewriting. There is an easy open source rewriter, which you can find here.

Have fun!