ACP
ACP

Reputation: 35268

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

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

Upvotes: 2

Views: 212

Answers (1)

Related Questions