R
Rich Wallace
Hi all,
I have a web application that extracts data from a SQL Server database and
loads a datagrid. One of the columns contains a blob image of XML data that
I want to display to the user if they select the 'View XML' button. I pull
the XML as desired but I'm having difficulties displaying it the way I'd
like...
I want to be able to extract the XML and open a new browser window and
display the xml in the new window. I've tried using the Process.Start
method but all it does is start an application and leaves it running in the
background and never shows the data.
One idea I tried is the load the xml data into an XmlDocument object and
save the file to the web server, then try opening the file via IExplore.exe
but nothing is working.
Any ideas??
TIA
-Rich
I have a web application that extracts data from a SQL Server database and
loads a datagrid. One of the columns contains a blob image of XML data that
I want to display to the user if they select the 'View XML' button. I pull
the XML as desired but I'm having difficulties displaying it the way I'd
like...
I want to be able to extract the XML and open a new browser window and
display the xml in the new window. I've tried using the Process.Start
method but all it does is start an application and leaves it running in the
background and never shows the data.
One idea I tried is the load the xml data into an XmlDocument object and
save the file to the web server, then try opening the file via IExplore.exe
but nothing is working.
Any ideas??
TIA
-Rich