tags:

views:

20

answers:

0

Hello,

I have a c# code which generates a stringbuilder with ul and li html tags with loaded data from the database. Using this data i am creating a treeview using a jquery treeview plugin. Jquery treeview has its style properties written externally in an css file. My requirement is, i should be able to change the parent node icon dynamically using c# rather than from the predefined elements from the css file. Could anyone let me know how can this be achieved ?