Dear All,
I have an aspx page which contains link to different files created in different application such as .PDF, .doc, .txt, .xls etc.
My requirement is to open each type of files in their respective application window.
I tried System.Diagnostics.Process.Start method, but it does not works in client browser.
Please help, if any one knows how to handle it.
Loading
Amit DhaniaPosted Jul 21, 2009, 4:05 AM
Shiva NandanPosted Jul 20, 2009, 2:38 AM
You told "Include all those files in application you need to open on link click"
Can you explain it with an example on how to achieve this?
Amit DhaniaPosted Jul 20, 2009, 2:34 AM
Include all those files in application you need to open on link click. Pass files path to NavigateUrl property of Hyperlink button.
If u have further issue pls reply.