hi all
im doing a web application with .net and C#
i wanna display (open) a file (for eg word doc) onclick event of a button
this is what i wrote for open the file
File.Open(FilePath,FileMode.Open, FileAccess.Read, FileShare.Read);
FilePath is the variable which contain the file path of the file i want to open
but this is not working
can anybody help me
thank you in advance
im doing a web application with .net and C#
i wanna display (open) a file (for eg word doc) onclick event of a button
this is what i wrote for open the file
File.Open(FilePath,FileMode.Open, FileAccess.Read, FileShare.Read);
FilePath is the variable which contain the file path of the file i want to open
but this is not working
can anybody help me
thank you in advance