Open an xml file from within the asp.net application
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i am creating an application which will save a .xml file on the disk. i need to provide a way to open this file from within my page. if i give the path in ... tag it is not opening after clicking on the link. the link which is shown in the status bar of ie looks like this file:///a/abc.xml the xml file is supposed to open in its default editor when i click on the link. Pls help. Thanks in advance