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
here Report folder have two files - one skin file(.skin) and other stylesheet (.cs) file.Code:<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Report.aspx.cs" Inherits="Report" Title="Reports" StylesheetTheme="Report" %>
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!!




Reply With Quote