"Change Color" feature on aspx pages

  • Thread starter Thread starter Tamer Ibrahim
  • Start date Start date
T

Tamer Ibrahim

Hi,
I want to mimic the "Page Options" existing on the www.msn.com especially
the change color feature on my site.
Any helpful resources describe the idea of that will be most appreciated.
Thank you.
 
Hi,
I want to mimic the "Page Options" existing on thewww.msn.comespecially
the change color feature on my site.
Any helpful resources describe the idea of that will be most appreciated.
Thank you.

You can try to use themes and skins

How to: Apply ASP.NET Themes Programmatically
http://msdn2.microsoft.com/en-us/library/tx35bd89.aspx

Applying Styles, Themes, and Skins
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/themes/personalization.aspx

http://www.google.com/search?hl=en&q=skins+asp.net
 
Besides what John and Alexey point out, nothing beats free sample code.

See the demonstration at :
http://www.dotnettreats.com/SampleThemes/Default.aspx

Download samples/free code at :
http://www.dotnettreats.com/tools/



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
Hi,
I want to mimic the "Page Options" existing on thewww.msn.comespecially
the change color feature on my site.
Any helpful resources describe the idea of that will be most appreciated.
Thank you.

You can try to use themes and skins

How to: Apply ASP.NET Themes Programmatically
http://msdn2.microsoft.com/en-us/library/tx35bd89.aspx

Applying Styles, Themes, and Skins
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/themes/personalization.aspx

http://www.google.com/search?hl=en&q=skins+asp.net
 
Back
Top