
Layout of Custom System.Web.UI.UserControl Objects added to parent
I created a
C# class that implements System.Web.UI.UserControl. I
have added the class to a TableCell several times but always in a
vertical line. I would like the controls to render on the same line
until the line is out of space then the next control would wrap to the
next line. Does anyone know what I can do to get this layout?
Thanks.