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
20
Need equivalent in WebDataTree (c#)
posted

Hi ,

Please provide equivalent for below code in webdatatree for GetNodeFromId, below code is writeen for UltraWebTree.If  pass node index node text is required in c#(serverside code)

selectIndex  = TreeView1_1_1;

TreeView1.SelectedNode = TreeView1.GetNodeFromId(selectIndex);

Thanks

Ravi