Checkbox not visible on nodes of TreeView control when deployed in IIS
Not an answer yet, needed to show the images, well I tried the same, used this code in aspx: (I did not change any setting in IIS, nothing in aspx as well, created a plain solution >> added the treeview and deployed.) <asp:Content ID=”BodyContent” ContentPlaceHolderID=”MainContent” runat=”server”> <div> <asp:TreeView ID=”TreeTest” EnableClientScript=”true” PopulateNodesFromClient=”true” ExpandDepth=”0″ ShowLines=”true” ShowExpandCollapse=”true” ShowCheckBoxes=”Root” … Read more