How do i lunch a power point presentation through my asp.net app?

  • Thread starter Thread starter Bredal Jensen
  • Start date Start date
B

Bredal Jensen

Hello,
Ar some point in my web pages , i need to present a power point
presentation.
Any ideas about the various way of doing this are welcome.


Many thanks in advance
JB
 
Put the PowerPoint Presentation in your web site. Create a link to it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
great
Kevin Spencer said:
Put the PowerPoint Presentation in your web site. Create a link to it.

Great,
How does this work? Will the client be required to have powerpoint
installed?
otherwise how can he run a power point document without MS power point
itself?

Many thanks

JB
 
What Kevin said. :) Or, export the PPT to HTML, put the resulting HTML
page(s) & files on your site, and link to that.
 
I think they will always have to have PowerPoint installed on their
computer to view it - you could implement HTML slides as an aside to
accomplish something similar within the web page itself and not
requiring powerpoint - but it won't be a powerpoint presentation, just
an HTML slide presentation.
 
Back
Top