943,712 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 12112
  • ASP.NET RSS
Jun 14th, 2004
0

ASP.NET to Power Point

Expand Post »
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?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Randy Kemp is offline Offline
1 posts
since Jun 2004
Jun 24th, 2004
0

Re: ASP.NET to Power Point

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 ;-).
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Does a datalist have to be bound before it will appear on a webform?
Next Thread in ASP.NET Forum Timeline: ASP .NET database hit counter





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC