Click here to Skip to main content
15,911,360 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to pass Variant array from ASP to COM? Pin
MikeBaker11-Dec-02 1:31
MikeBaker11-Dec-02 1:31 
GeneralIE Webcontrol Versus Hotmail Rich Text Editor... Pin
Paul Evans5-Dec-02 1:50
Paul Evans5-Dec-02 1:50 
GeneralRe: IE Webcontrol Versus Hotmail Rich Text Editor... Pin
benjymous5-Dec-02 3:54
benjymous5-Dec-02 3:54 
GeneralRe: IE Webcontrol Versus Hotmail Rich Text Editor... Pin
Paul Evans5-Dec-02 9:00
Paul Evans5-Dec-02 9:00 
GeneralRe: IE Webcontrol Versus Hotmail Rich Text Editor... Pin
Richard Deeming5-Dec-02 23:59
mveRichard Deeming5-Dec-02 23:59 
GeneralRe: IE Webcontrol Versus Hotmail Rich Text Editor... Pin
Shaun Wilde9-Dec-02 5:53
Shaun Wilde9-Dec-02 5:53 
GeneralUse ASP to interact with Excel Automation Pin
4-Dec-02 21:03
suss4-Dec-02 21:03 
GeneralRe: Use ASP to interact with Excel Automation Pin
David Truxall5-Dec-02 7:14
David Truxall5-Dec-02 7:14 
You have a few choices for this one:

1) Write the data as a .csv text file and stream that back using an Excel mime type. No formatting available this way. This is easy but not very pretty.

2) Automate Excel using Excel on the server. MS does not recommend this as Excel is single threaded and you could have scaling problems with many requests (each request would spawn its own copy of Excel on the server). This works but proceed at your own risk.

3) Use a third party component like SoftArtisans ExcelWriter.

I have done all three and think .csv or ExcelWriter are the best options.
GeneralRe: Use ASP to interact with Excel Automation Pin
Jeremy Oldham5-Dec-02 10:24
Jeremy Oldham5-Dec-02 10:24 
GeneralRe: Use ASP to interact with Excel Automation Pin
TPN5-Dec-02 18:36
TPN5-Dec-02 18:36 
QuestionHow to draw a two-dimension curve? Pin
George24-Dec-02 20:20
George24-Dec-02 20:20 
AnswerRe: How to draw a two-dimension curve? Pin
Victor Boctor16-Dec-02 15:15
Victor Boctor16-Dec-02 15:15 
GeneralRe: How to draw a two-dimension curve? Pin
George216-Dec-02 19:02
George216-Dec-02 19:02 
GeneralRe: How to draw a two-dimension curve? Pin
Victor Boctor16-Dec-02 21:41
Victor Boctor16-Dec-02 21:41 
QuestionWeb portal like Codeproject in ASP? Pin
Bui Huy Kien4-Dec-02 17:24
Bui Huy Kien4-Dec-02 17:24 
AnswerRe: Web portal like Codeproject in ASP? Pin
leppie5-Dec-02 6:56
leppie5-Dec-02 6:56 
GeneralRe: Web portal like Codeproject in ASP? Pin
Bui Huy Kien5-Dec-02 15:16
Bui Huy Kien5-Dec-02 15:16 
GeneralRe: Web portal like Codeproject in ASP? Pin
leppie6-Dec-02 6:22
leppie6-Dec-02 6:22 
GeneralRe: Web portal like Codeproject in ASP? Pin
Bui Huy Kien9-Dec-02 23:21
Bui Huy Kien9-Dec-02 23:21 
AnswerRe: Web portal like Codeproject in ASP? Pin
Michela9-Dec-02 22:36
Michela9-Dec-02 22:36 
GeneralRe: Web portal like Codeproject in ASP? Pin
Bui Huy Kien9-Dec-02 23:19
Bui Huy Kien9-Dec-02 23:19 
GeneralCombo, Listbox & CSV Pin
CWEBER4-Dec-02 15:14
CWEBER4-Dec-02 15:14 
GeneralCreating word document from ASP Pin
Anonymous4-Dec-02 7:18
Anonymous4-Dec-02 7:18 
GeneralRe: Creating word document from ASP Pin
Megan Forbes4-Dec-02 20:09
Megan Forbes4-Dec-02 20:09 
GeneralRe: Creating word document from ASP Pin
Anonymous6-Dec-02 3:14
Anonymous6-Dec-02 3:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.