Refer thsi link
http://www.15seconds.com/issue/041117.ht鈥?/a>How Can i Add Style sheet for tree-view control in asp.net?
you should be able to by just using
%26lt;style%26gt;
#controlName { color:properties;}
%26lt;/style%26gt;
id=';controlName';
most asp.net control automatically have a id tag and the # defines an id tag or you could use a class with a . I always use the id but class is better for multicontrols
%26lt;style%26gt;
.controlName {color:black;}
%26lt;/style%26gt;
class=';controlName';
controlName was meaning = treeView1 or whichever name you have for the control
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment