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
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