tags:

views:

11

answers:

1

Hi all

 We can apply styles through .css by giving property class name:

Ex:

But in server control(asp) there is a property called SkinId, by this way we can access.

Ex:

So, can we apply styles to html controls through .skin files

+1  A: 

No, skins can only be applied to server controls.

CoffeeCode