Saturday, March 24, 2012

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

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"Bob Scoze" wrote ...

> 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

0 comments:

Post a Comment