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