web user control newbie question [resolved]
okay, what i'm doing is placing a place holder in a template page then load the called web page as a control into the place holder. my problem is that i have some pretty elaborate HTML code that a repeater kinda falls short of preforming. so i need to Response.write this HTML based on my results ( i know this goes against aspx in general) so my problem is that its getting rendered before the template page. so how would i put it into a string then pass it into the template page? i'm kinda new at this method so ask me if you need more explanation.