Home All Groups Group Topic Archive Search About

User control positioning on calling .aspx page

Author
7 Nov 2005 9:20 PM
Mike O'Connor
Hi,

I'm having a bit of a newb problem.  I have a user control which is a table
and three <tr>'s with text and server controls contained on it.  I'd like
this user control to appear in the middle of a <table> on the calling aspx
page, but when the page is brought up in a browser, the control is always
rendered at the top of the aspx page.  It's clear to me that the .ascx is
processed first by the ASP engine, then joined to the beginning of the
calling aspx page.  Is there any way to prevent that from happening by
default?  The .ascx is a complete <table></table> and the idea is to include
that table definition within a certain cell (<td>) of the calling page's
table.  Any help or links would be greatly appreciated.

AddThis Social Bookmark Button