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.c开发者_JS百科om/Forms/Category
Any good article to start with URL Routing asp.net 3.5
- Using ASP.NET Routing Without ASP.NET MVC
- Routing with ASP.NET Web Forms
- Using Routing With WebForms. by Phil Hack
- ASP.NET Routing
hope this helps
精彩评论