Jjackstraw
Programmer
I am working on an application that will make limited use of IIS. Management has placed a restriction that no web forms may be used to allow users to input data. So I have a bunch of data collected from the client VB App that I need to pass to the Server to be passed to an ASP page which will return a report the User can view to a VB internet control. My first thought was XML. I created an ASP page to process the XML document and a VB page to create the document, but I can't figure out how to pass an XML document to an ASP page then display that page on an internet control on a VB form.
I have an XMLDOM object that contains the document, but when I use the xmlHTTP method .send I can't display the page on the next VB form. Any Ideas?
-John Geoghan
Consultant
York, PA
I have an XMLDOM object that contains the document, but when I use the xmlHTTP method .send I can't display the page on the next VB form. Any Ideas?
-John Geoghan
Consultant
York, PA