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
550
Need help in WebDataTree Data Binding with Xml File
posted

HI,

I m migrating Utrawebtree to WebDataTree , below is the Utrawebtree   code

string sFilePath = Page.MapPath(sNodeSrc);

UltraWebTree1.FileUrl = sFilePath; 
UltraWebTree1.DataBind();

here i m not able to fine the equivalent for FileUrl in webdatatree. can you please provide  below line in webdatatree.

UltraWebTree1.FileUrl = sFilePath;