Need help on ppt files

G

Guest

Hi,

I've a requirement in which I need to show a powerpointf file in a web
page...
How can I acheive this? How can we show word documents or powerpoint files
in web pages in asp.net?
 
C

Cowboy \(Gregory A. Beamer\)

Do they need to display in the browser? If so, the best bet is save as HTML
and link the content up that way. It works for all browsers without issue.
With IE, you have options, esp. for PowerPoint, by setting up MIME types on
the website. Serving the file can be as simple as a link or using a binary
read/write to the stream.

If you actually have to embed the file, the HTML route is by far the
easiest. If not an option, I would consider looking for a third party
component that allows you to embed the file either in something like flash
or in the page.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

need help on using word docs 1
exporting data to pdf 1
save web page as ppt 1
Reg Zip files 1
help on treeview 1
How to get a file from a web page 1
need xml help 1
Create Individual Slides from a PPT Deck 0

Top