"Change Color" feature on aspx pages

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.
 
A

Alexey Smirnov

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
 
J

Juan T. Llibre

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top