How to display Xml file on web browser [modified]
-
I have an xml file with name Text.xml http://www.man.com/ram 9/30/2009 12:00:00 AM Weekly 0.69 I want to display xml file in client webbrowser without open dialog box. it means without asking download option but i am not able to do this.
modified on Wednesday, September 30, 2009 4:56 AM
-
I have an xml file with name Text.xml http://www.man.com/ram 9/30/2009 12:00:00 AM Weekly 0.69 I want to display xml file in client webbrowser without open dialog box. it means without asking download option but i am not able to do this.
modified on Wednesday, September 30, 2009 4:56 AM
What you have tried till now ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
What you have tried till now ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
Does redirecting to an XML file really create an open file dialog ? That sounds odd to me.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Does redirecting to an XML file really create an open file dialog ? That sounds odd to me.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Christian Graus wrote:
Does redirecting to an XML file really create an open file dialog ?
No Boss, It will not open any Dialog control.
Response.Redirect("XMLFile.xml");
Simply show the XML file on page !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
I have an xml file with name Text.xml http://www.man.com/ram 9/30/2009 12:00:00 AM Weekly 0.69 I want to display xml file in client webbrowser without open dialog box. it means without asking download option but i am not able to do this.
modified on Wednesday, September 30, 2009 4:56 AM