J
Jeff B.
Does anyone know if there is any way to trap some type of event that gets
fired when the ReadXML method is called? What I am doing is reading in an
XML file (that was exported from an ADO.NET DataSet from another process)
that has several thousand records in it. This process takes anywhere
between 5 and 30 seconds (based upon the current XML file sizes I'm using).
What I would like to do is be able to display the progress in the UI (e.g.
via a progress bar control) as the rows are read in from the XML file. I
realize there are several events on the DataSet.Table[...] object, however,
the table does not yet exist so I can't tie to those events.
Any ideas?
--- Thanks, Jeff
fired when the ReadXML method is called? What I am doing is reading in an
XML file (that was exported from an ADO.NET DataSet from another process)
that has several thousand records in it. This process takes anywhere
between 5 and 30 seconds (based upon the current XML file sizes I'm using).
What I would like to do is be able to display the progress in the UI (e.g.
via a progress bar control) as the rows are read in from the XML file. I
realize there are several events on the DataSet.Table[...] object, however,
the table does not yet exist so I can't tie to those events.
Any ideas?
--- Thanks, Jeff