views:

26

answers:

1

Thus far working with asp.net webforms was very easy .... But never implemented URL Routing in webforms... I know asp.net MVC Handles URL Routing pretty well...

How to get started with URL Routing in an asp.net webform application?

For EX:

Say http://www.mydomain.com/Forms/Category.aspx i want it to be like http://www.mydomain.com/Forms/Category

Any good article to start with URL Routing asp.net 3.5