I have an ASP.Net application where I will be hitting a java webservice, returning a hierarchial view of data that may be up to 5-6 parent>>children levels. I have seen some posts about using the XMLDataSource control to bind to the webtree, but that control appears to use an XML file rather than an object containing an xml data object.
Can anyone give me some advice, point me to some examples, etc of accomplishing this?
It will be greately appreicated.
Thanks,
Joel WZ
Hi Joel,
The XMLDataSource can be populated only from an XML file or by passing it pure XML in string form.
As far as I can understand, you want to take an XML object returned by a java service and use it to populate your ultraWebTree. To achieve this you would need to extract the XML from your java object and use it to populate your XMLDataSource.
More information regarding the XMLDataSource object can be found at:
http://msdn.microsoft.com/en-us/library/494y92bs.aspx
Please contact me if you have any questions.
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support