ASP.NET to Power Point

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2004
Posts: 1
Reputation: Randy Kemp is an unknown quantity at this point 
Solved Threads: 0
Randy Kemp Randy Kemp is offline Offline
Newbie Poster

ASP.NET to Power Point

 
0
  #1
Jun 14th, 2004
I have an ASP.NET web application, written in C# and VB, where the user wants to generate the contents of a web page to Power Point. I can find examples for things like Excel and PDF. I can also find an example for a Windows application with Power Point at http://support.microsoft.com/?kbid=303717. But I can't find any examples - either Microsoft or non-Microsoft, in how to generate dynamic content in ASP.NET web applications to Power Point. Microsoft warns against any server side solution with office automation in http://support.microsoft.com/?id=257757. Can anyone help me out?
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 898
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Solved Threads: 27
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: ASP.NET to Power Point

 
0
  #2
Jun 24th, 2004
First of all, since ASP.NET is on the .NET Framework, most of that code will work exactly how you want it for your ASP.NET web application. Simply save the powerpoint file in a temporary location, call Response.Flush(), and Response.Write you're temped powerpoint file. Remember to set the content type, and remember to delete the temp file ;-).

If you have a few users using this feature, it will be fine. However, if you have 100s or 1000s or more, this will kill your performace ;-).
-Ryan Hoffman

.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC