Opening all files in browser from ASP.Net Web Page
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
-
Hi, you can do
Reponse.Redirect("full Path of file")
So it will open file in browser.Thanks, Sun Rays To get something you must have to try once. My Articles
-
But the browser will only open those file types that it can support within itself. If you try to, for example, open a .cs file, it will open outside the browser.