Customized web pages

  • Thread starter Thread starter xs
  • Start date Start date
X

xs

Hi,

I would like to create a web page where the user is able to customize
according to his/her needs like what Yahoo is doing. For example, I may have
a create new customer page and a seperate delete customer page. But some
users may want to have both of these pages in a single page. May I know how
it is done?

Thanks
 
One way to do this is through a portal implementation which allows the user
to dynamically add and remove page sections (which are often implemented as
user controls). The classic example of this is DotNetNuke:

http://www.dotnetnuke.com/
 
Back
Top