session101
Member
- Joined
- May 10, 2006
- Messages
- 23
How do you open Excel in ASP.NET in read-only form?
I am using C# as the language and have tried to use:
1.) Process.Start() <-- Wont work for web servers
2.) Made a hyperlink to my Excel file
Is there a good way to open an Excel file with read-only permissions?
I am using C# as the language and have tried to use:
1.) Process.Start() <-- Wont work for web servers
2.) Made a hyperlink to my Excel file
Is there a good way to open an Excel file with read-only permissions?