Does anyone know how to give a user the option to create new pages to their website and then have that page then be reflected in the sitemap?
Thanks,
Grant
Thanks,
Grant
-
Re: How to create asp.net pages dynamically?
Wed, January 2, 2008 - 6:14 PMyou mean with a completely new name or would it be ok to use a querystring like:
page.aspx?ID=2
if you are trying to do something like myspace: (www.myspace.com/yourpagehere), you will need to do a lot of namespace collision detection if you want to be error free before you even worry about routing the pages correctly.