Hi,
I'm working on updating the UI for a web forms application. On a page there is TreeView generated by the code behind.
In the html rendered, there are code like below.
My question is: is there a way to update the UI for this TreeView, like make the font bigger, change font type, add an image to replace the "+" icon in front of the node, etc? I need to take the style and class that provided by the designer, and update this
TreeView with them.
Thanks!
Claudia
<script type="text/javascript">
//<![CDATA[
var H_Main_H_Rpt_AffiliateReferrals_tvReferrals_ImageArray = new Array('', '', '', '/WebResource.axd?d=3gDTFKjoWVt_w_GhBEF3JPPYOy_vsvMbrlVGIMOD3MDYfDbxQvRORZ8aroAdYio5NJtnYSVHwIeUbwGqVn-Pg97JEpBh35TNkiBhWGO-gAiIWrlcUakv9fLLgxJLU3qg0&t=635418570520000000',
'/WebResource.axd?d=Vncscla5hZrPsr8_ASICM8IqOjLJZlwmygsRrbqyvX1P8tSFD55mbAd_c0du84st0EACmKZ0P3CnMVtTO2Ftu0-ZJJ-22xwpmbHxGBI8A ...
Go to the complete details ...