Header and Footer as Web User Control?

windows

Guest
I'm trying to create a sort of header and footer for my web application. I tried to do this using user controls since many pages hav the same header/footer.

the problem is that It seemsyou cant have a 'unclosed' table-tag in a UC (I have <asp:Table><asp:TableRow><asp:TableCell> in the header and the closing equals in the footer).

How should Igoabout to solve this?

thanks!Why do you have to use the <asp:table ? Why not just write out a normal table.
 
Back
Top