Hi

I have the below code. It works fine but it takes a long time to load on the browser page. Is there anything I can do to shorten this time?

Also, I would like to search the file for documents with NAME starting with A, B, C, etc. How do I do that?

Thanks for your help!

aspx.vb page

Code:
Dim xdoc As New XPathDocument(xt)
       

        Dim nav As XPathNavigator
...