T
Thom Little
Using the Visual Studio .NET 2003 designer there does not seem to be any
method for controlling the placement of a panel on a form.
Are you expected to embed the panel in a table in order to control its
placement on the form or is there something blatantly obvious that I am
overlooking?
The panel in question is the basis for an .ascx user control. It insists on
being at location
0,0 (1,1?) and can not be moved.
When the control is included in an .aspx page it positions itself in the
same place (0,0) and refuses to be moved.
The only solution I could think of was to create a table with one row and
one column and then position the table where I want it. This introduces
some formatting issues.
method for controlling the placement of a panel on a form.
Are you expected to embed the panel in a table in order to control its
placement on the form or is there something blatantly obvious that I am
overlooking?
The panel in question is the basis for an .ascx user control. It insists on
being at location
0,0 (1,1?) and can not be moved.
When the control is included in an .aspx page it positions itself in the
same place (0,0) and refuses to be moved.
The only solution I could think of was to create a table with one row and
one column and then position the table where I want it. This introduces
some formatting issues.