Click here to Skip to main content
15,881,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to display a xml file using VSFlexGrid control.
It is taking more time when I load the file which is size of more than 1 mb.

Can it be done quicker?
Posted
Updated 4-Jan-11 21:48pm
v3

1 solution

Are you doing schema validation as you load? IF so disable it and see what differance that makes.

I load my XML into a dialog based form and it is very snappy when the schema is local, but when validating over the intranet I can go for coffee such is the length of time validation takes. Same message, same schema.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900