views:

38

answers:

1

Hey Guys,

I am looking to dynamically rewrite urls in asp.net C#. I want to read the page name from the database and process the request.

For example PAGENAME: Home .NETPAGE: Default.aspx?page=1

I think it is possible, can someone point me to right direction.

+1  A: 

Have a look at this question: ASP.NET - Url Rewriting vs. Routing

M4N