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
415
Performance Issue while Loading 10 MB xml files.
posted

Hi

I will give small example how i am loading xml files into GUI in the form of tree structure.

obj_ServiceConfiguration_XmlDocument.Load(str_ServiceConfiguration_FileName) (using System.Xml.XmlDocument object i am loading XML file).

In design phase, I am using Infragistics.Win.UltraWinTree.UltraTree to display XML in the form of Tree structure. By default This UltraTree is having one Root Node.

Once I loaded XML using XMLDocument object.......do the folowing steps until XML reaches end.

1) create the object of Infragistics.Win.UltraWinTree.UltraTreeNode

2) Get the node from XMLDocument object and assigns to the TreeNode.

3) This UltaTreeNode will add into parent node of Infragistics.Win.UltraWinTree.UltraTree

The same steps will follow until reaches XML end tag.

This is taking long time to load files into GUI.

If you need any clarification on this aske me... I will send in detail. my personal mail id is: prathap_u@rediffmail.com

Reply

Thank you for your time

Regards

Prathap Reddy U

 

 

Parents
  • 469350
    Offline posted

    You mention a performance issue, but you are not very specific about what's happening. What is your question?

    I assume it's taking a long time to load the nodes into the tree.. about how long is it taking?

    What version of the control are you using? 

Reply Children