Response.write in a User Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nick Wright

    Response.write in a User Control

    Hi,

    I have some business logic in a system that I can't
    change. The business logic returns a recordset containing
    HTML.

    I have an ASP.NET web page with two user controls one is a
    header, the second user control is looping through the
    recordset outputing the HTML with response.write. ..

    The header user control appears after the second one...

    Its as if the response.write takes priority...

    How do I get the html output in the user control...?

    Regards
Working...