Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Ultrawebtree Node hide
posted

Hi All

I want to hide node when tree is loaded. I have used Xmldocument for binding my data. Can any one tell me how i can hide specific node when tree is loaded.

Below is my code for binding ultrawentree:

string xmlOutput = doc.OuterXml;

XmlDataSource1.Data = xmlOutput;

ultwebtreeRegion.DataSource = XmlDataSource1;

ultwebtreeRegion.DataBind();