I m developing a project where a customer register himself. I want to create a a subfolder and a default.aspx page for that person which shows his profile and other realted things.
I don't know how to create ..Please help...
" The empires of the future are the empires of the mind. "
nidhiname
Member
4 Points
3 Posts
Dynamically Adding New aspx page
Feb 29, 2012 09:59 AM|LINK
Hello there...
I m developing a project where a customer register himself. I want to create a a subfolder and a default.aspx page for that person which shows his profile and other realted things.
I don't know how to create ..Please help...
ferretneck
Member
601 Points
279 Posts
Re: Dynamically Adding New aspx page
Feb 29, 2012 10:20 AM|LINK
I imagine the best way to do this is have one page (profile.aspx) which works off the profile ID from the database.
You could then use URLRewriting (www.urlrewriting.net) to make the URL look like this >
/profile/my-name.htm.
Thanks
Ben
ramiramilu
All-Star
95275 Points
14072 Posts
Re: Dynamically Adding New aspx page
Feb 29, 2012 12:06 PM|LINK
There is no need to you to create different pages for different customers...
routing in asp.net web forms - http://msdn.microsoft.com/en-us/library/cc668201.aspx
Thanks,
JumpStart