If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP Response in COM

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-03, 02:50
pisklak pisklak is offline
Registered User
 
Join Date: Jan 2003
Posts: 1
ASP Response in COM

Hi
I wonder what's better:
- getting reference to ASP Response object (also
Request,Session,Application) in COM and rendering HTML straight from COM
writing Response.Write("something") directly in COM or
- returning HTML formated string from COM to ASP and then doing
Response.Write(mystring) in ASP.

Do you have experience doing such a choice. What are the good and bad sides
of each method?

Pawel
Reply With Quote
  #2 (permalink)  
Old 02-14-03, 17:41
kiranmath kiranmath is offline
Registered User
 
Join Date: Feb 2003
Posts: 6
Re: ASP Response in COM

It depends upon the contents.
If you have a long string concatenation.. it works takes bit longer.

I used both methods. In some cases the it COM witers to ASP pages bit faster and sometimes it takes the same time.

Hope that helps.

Kiran Math
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On