N
Nedu N
Hi,
I want to put a HTML table on aspx webform so that i can place my header,
menu, footer user controls appropriately.
I got 3 user controls
header.ascx
menu.ascx
footer.ascx
I trying to put a HTML table with width 100% and height 100% -
first row - height 10% for header ascx
next row - height 10% for menu.ascx
next row - height 70% for page content
last row - height 10% for footer.ascx..
the problem i am facing is that header anfd footer ascx's are showing fine
appropriately, but the menu ascx..is getting displayed somewhere randomly on
the page.
Any idea on this...or is there any other way to arrange this....
Thanks
Nedu
I want to put a HTML table on aspx webform so that i can place my header,
menu, footer user controls appropriately.
I got 3 user controls
header.ascx
menu.ascx
footer.ascx
I trying to put a HTML table with width 100% and height 100% -
first row - height 10% for header ascx
next row - height 10% for menu.ascx
next row - height 70% for page content
last row - height 10% for footer.ascx..
the problem i am facing is that header anfd footer ascx's are showing fine
appropriately, but the menu ascx..is getting displayed somewhere randomly on
the page.
Any idea on this...or is there any other way to arrange this....
Thanks
Nedu