•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 361,877 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,259 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 5145 | Replies: 1
![]() |
•
•
Join Date: Jun 2004
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
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?
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 ;-).
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
ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
.net .net framework 3.0 access ajax apple asp battery code combo custom data dell developer development dom dropdownlist environment feed laptop microsfot microsoft mobile module msdn net news office opinion power reader reuse safety skin software sony sql theme vista weather web windows windows workflow xml xoap
- Difference between asp & asp.net (ASP.NET)
- ??? ASP.NET vs. Outlook Calendar ??? (ASP.NET)
- Using Hidden Variables in ASP.NET (ASP.NET)
- ASP.Net Directory Problems (ASP.NET)
- Regarding ASP.NET worker process (ASP.NET)
- Porting asp to asp.NET (with fileup) (ASP.NET)
- Populating & Retrieving Data in a listbox : ASP.NET (w/ VB.NET) (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Does a datalist have to be bound before it will appear on a webform?
- Next Thread: ASP .NET database hit counter


Linear Mode