Panel.... Hard to align controls.....

  • Thread starter Thread starter Bob Scoze
  • Start date Start date
B

Bob Scoze

Hello All,
I am using web control called Panel. I dropped the required controls on
this(Panel). It is very difficult to arrange these controls inside of this
panel.
Do I miss some properties to set. Please advice.
Bob
 
...
Hello All,
I am using web control called Panel. I dropped the required controls on
this(Panel). It is very difficult to arrange these controls inside of this
panel.
Do I miss some properties to set. Please advice.

Hi Bob,

I found that too - what I did in the end was skipped to HTML view to see
what it had added - it was something along the lines of

<asp:Panel id="panel1">

</asp:Panel>

So what I did was to move these where I wanted the panel to start and stop
in the HTML view, then you can move stuff around in the code etc....the
tables I added DEFINFATELY helped!

Hope this is of use (you could of course get all the panel area how you want
it then add the above lines afterwards..

Regards

Rob
 
Back
Top