I'm building an ASP.NET server control that consists of a background image over which are laid a few labels and two other images. At runtime I want to be able to change the text of the label and the image urls of the images. I've positioned all these elements by applying a style with absolute positioning when I instantiate the controls and the composite control looks correct. When I drag the server control onto a form the positions I've applied to the child controls are applied to the whole browser window so my labels appear outside of the borders of my composite control. How do I set the positions of the child controls relative to the composite control in which they are contained?
Thanks,
Andrew
Thanks,
Andrew