Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
JoyRose #1
How save an MSWORD doc that was dynamically created?
:rose;
I've tried creating a WORD file dynamically with <CFCONTENT>. But I don't want
to display it in the browser. I just want to save it to use as an attachment in
an email.
I can create an html document using <CFSAVE CONTENT> and save it with
<CFFILE> to use as an attachment.
I'd like to be able to attach a dynamically generated WORD document instead.
Any ideas are appreciated!
Thanks.
JoyRose Guest
-
Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I... -
applying xsl to dynamically created xml
I've been puzzling over this for hours. I hope someone here can help me out. I'm building a site that takes data from a MYSQL database and then... -
Eventhandling from dynamically created controls
I have some questions reguarding event handling of dynamically added controls. An example scenario (se code below): I have one button declared... -
Dynamically created user controls
In ASP.Net, I am working with some in-house software that dynamically creates a form based on rows in a database table. For example, most pages... -
need help with dynamically created user control
i have a dynamically created user control which contains a non-dynamically created ASP.Net button. When the button is clicked, the event is not...



Reply With Quote

