Mohan Sharma
Mohan Sharma

Reputation: 165

selected node back color in treeview asp.net

I want to change the back color of the selected node in tree view. How do I do that?

Upvotes: 0

Views: 3237

Answers (2)

asp developer
asp developer

Reputation: 247

treeView1.SelectedNodeStyle.BackColor = System.Drawing.Color.Silver;

Upvotes: 3

Kamran Khan
Kamran Khan

Reputation: 9978

Apply some css on that control.

Following might help:

Upvotes: -1

Related Questions