ASP.Net 4.0 Database Created Pages
Posted
by Tyler
on Stack Overflow
See other posts from Stack Overflow
or by Tyler
Published on 2010-05-14T21:07:24Z
Indexed on
2010/05/14
22:44 UTC
Read the original article
Hit count: 261
I want to create asp.net 4.0 dynamic pages loaded from my MS SQL server. Basically, its a list of locations with informations. For example:
Location1 would have the page www.site.com/location/location1.aspx
Location44 would have the page www.site.com/location/location44.aspx
I dont even know where to start with this, url writting maybe?
© Stack Overflow or respective owner