Monday 15 April 2013

asp.net - Displaying an XML code in the browser -


This can be easy, although I have a problem finding solutions.

When you see an .xml file in your folder, you can double-click it so that your main browser will display the contents of its code.

I have a complete path to XML, and I want to create a link in Aspx (either with C # or vb.net) which redirects XML to the browser.

  response.redirect ("")  

--- update

redirects it :

It should be a different approach.

As I said in the question, it would be easy:

  process. Start ()  

This worked perfectly, thank you for all people. Honne helped me!


No comments:

Post a Comment