8
Reply

Calling css classes

Riddhi Valecha

Riddhi Valecha

Feb 24 2015 8:50 AM
654
Hi..

I have the following in my "MyDesigns.css" file -

.table{Border="2"}.table th,
.table td{padding:8px;}
.table th{font-weight:bold;}
-------------
How to call this in GridView controls ??

Eg -

Here, the class ".table th" is used with ".table".

If I want to call this in GridView HeaderStyle CSS Class, how do I call ??

PLease help !

Answers (8)