ASP1.1 Problems placing user control in gridlayout panel
I've developed a simple user control with a label and dropdownlist. When I attempt to drag it onto a gridlayout page or panel, it forces it to the upper left corner. I tried placing the controls on a gridlayout panel on the ascx, but it doesn't help.
I also tried adding top and left style coordinates, and playing around with the html. Although it then shows correctly in the designer, it still renders in the upper left.
Any help would be appreciated, hopefully with a code example
Thanx,
Randy
[542 byte] By [
blackbr] at [2007-11-11 10:24:24]

# 2 Re: ASP1.1 Problems placing user control in gridlayout panel
Phil,
Thanks. I don't like it (because I'm html-layout challenged), but at lease I understand it now.
Randy