Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

themes in asp.net 1.1

Status
Not open for further replies.

shoshzemach

Programmer
Feb 18, 2007
1
US
Hello,

does the .net framework 1.1 support the theme files.

if yes how do I add a .skin file to the theme directory

does it support the .css files

how does one apply the .css file to the web pages if theme is not supported in the previous vertion of asp.net

all articles show the use of skin and theme in asp.net 2.0

 
Themes and skins is a new feature to ASP.NET 2.0

The cascading stylesheets (css) can be applyied to .NET 1.1

Themes/skins and CSS apply formatting to .NET controls and HTML accordingly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top