8
Answers

Calling css classes

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)