|
|
 |
| ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

August 2nd, 2005, 10:46 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: Ludhiana, Punjab, India.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Implement a Skin Feature in ASP.NET
hi,
Can anyone tell me how to implement a Skin Feature in asp.net?
I want to Change all over appereance of website ,not just Color (using CSS).
I am able to implement this feature using master templates & calling Server.Execute Function on template page, but requires same no of pages in template as in main site.
for eg - if we access default.aspx page & using Skin Blue, Skin blue must contain file named default.aspx
then i used Server.Execute("/Theme/blue/default.aspx") in main default.aspx
Can anyone tell me a better way to Implement Skin Feature
Anwar Javed
__________________
Anwar Javed
|

August 2nd, 2005, 10:53 AM
|
|
Authorized User
|
|
Join Date: Dec 2003
Location: , , .
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
You should do your research on CSS. It is MUCH more powerful than just changing a fonts colors. Check out the many resources on the web for CSS1/CSS2 (a good place to start http://meyerweb.com/eric/css/). CSS can efficiently handle the task you are looking to accomplish. For example, I have a site running entirely in CSS with no use of tables, frames, 1px.gif hack, etc. Changing the main CSS page can alter almost every presentational aspect of the wbesite.
Hope this helps.
Dolphin Bay, Inc. -- turning visions into eReality(tm) -- West Palm Beach, FL
Website Design, Internet Strategy, Search Engine Marketing
www.dphin.com
|

August 2nd, 2005, 12:37 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: Ludhiana, Punjab, India.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi DolphinBay,
I Know I can do it with CSS, but I am actualy using Master Templates
see: http://www.asp.net or http://authors.aspalliance.com/PaulW...rticles/?id=14
& I want to know how to skin with master templates, so that my website design is not consistent & if i change skin, my content change according to the skin
Anwar Javed
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |