Results 1 to 2 of 2

Thread: [2005] Skin File and Stylesheet

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Location
    India
    Posts
    84

    [2005] Skin File and Stylesheet

    Hello,

    I have recently started working in asp.net and i am using Master/Content Pages.
    Now the problem is coming in applying the skin file to my aspx pages.

    I am having one skin file which needs to be applied on all the web pages and an individual stylesheet for every webpage. But the problem is that when i apply stylesheet theme it asks for the folder name which i give as

    Code:
    <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Report.aspx.cs" Inherits="Report" Title="Reports" StylesheetTheme="Report" %>
    here Report folder have two files - one skin file(.skin) and other stylesheet (.cs) file.
    Now if i have another page then how can i apply the same skin file to that page also. Currently i am making another folder with another name and copying the same skin file into taht and including the other stylesheet.

    Can't i have opnly one skin file(no extra copies of that) and several stylesheets???
    Plz help!!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] Skin File and Stylesheet

    Apply the theme in your Master Page. Give 'report' the most common elements, skin files, and CSS, so that everything in the report themes is applied to the entire website.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width