Click here to Skip to main content
15,915,603 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Guys

I am working on one web application using C#.NET and SQL Server in this application I have to give end user facilities to create it's own page for his business promot and when they type URL with generated page then it should be open from any where.

for e.g Mukesh is End User and Mukesh is visiting a site www.abcxyz.com and he want his business promote from given site so he will signup and site will give facility to him make his own page. once he will done then URL should be

www.abcxyz.com/mukesh

and then when anybody type above URL and he will get Mukesh data which already mukesh has updated at the time of make a own page.

Please reply me.........thanks in advance.
Posted
Updated 9-Feb-12 23:39pm
v2

1 solution

You can try XML and XSLT transformation to create your webpage runtime...

see some examples...

How to use ASP.NET controls inside XSLTs[^]

Creating page link buttons with XSLT[^]

Generate dynamic ASP.NET pages by using XML and XSLT[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900