Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi! Developers,
How can i have a common CSS that can identify the element and gets applied over it automatically, instead of identifying the elements separately and applying CSS to it, can any one help me with this?
Posted
Comments
qontary 3-Nov-10 3:22am    
What you need is the theme. You could find many tutorial about theme on the net. Google for "asp net theme" without the quotes.

Hi
Using Theme="Lims" add the Theme attribute at your page level
XML
<%@ Page Title="" Language="C#" MasterPageFile="~/Lims/MasterPages/Mid.master" AutoEventWireup="true"
    CodeFile="LoginSample.aspx.cs" Inherits="Lims_SampleControl_LoginSample" Theme="Lims"
    EnableEventValidation="false" %>



Please do let me know, if you have any doubt.

Please provide "Vote":thumbsup: if this would be helpful, and make "Accept Answer" if this would be correct answer.:rose:

Thanks,
Imdadhusen
 
Share this answer
 
Have a look at the "External" section here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900