Hi,
I have the table like below:
<asp:Table ID="tblControls " runat="server" HorizontalAlign ="Center"
Width="768px"
Font-Names="Tahoma" Font-Size="Small" BorderStyle="So lid"
BorderColor="Cy an"
BorderWidth="1p x" meta:resourceke y="tblControlsR esource1">
<asp:TableFoote rRow meta:resourceke y="TableFooterR owResource1"
runat="server">
<asp:TableCel l ColumnSpan="3" Height="50"
HorizontalAlign ="Center" VerticalAlign=" Bottom"
meta:resourceke y="TableCellRes ource8" runat="server">
<asp:Button ID="TestButton " runat="server" Text="Some
text" meta:resourceke y="ButtonResour ce1" />
</asp:TableCell>
</asp:TableFooter Row>
</asp:Table>
The button TestButton is not rendered at all. When I remove the meta tag
meta:resourceke y="TableCellRes ource8 from the "table cell" everything works
fine. The removed metatag has no value assigned in the resources. So doesn't
have TableFooterRowe Resource1 neither ButtonResource1 .
Is it a bug in rendering for the asp table, or am I missing something?
Thanks,
Lubomir
I have the table like below:
<asp:Table ID="tblControls " runat="server" HorizontalAlign ="Center"
Width="768px"
Font-Names="Tahoma" Font-Size="Small" BorderStyle="So lid"
BorderColor="Cy an"
BorderWidth="1p x" meta:resourceke y="tblControlsR esource1">
<asp:TableFoote rRow meta:resourceke y="TableFooterR owResource1"
runat="server">
<asp:TableCel l ColumnSpan="3" Height="50"
HorizontalAlign ="Center" VerticalAlign=" Bottom"
meta:resourceke y="TableCellRes ource8" runat="server">
<asp:Button ID="TestButton " runat="server" Text="Some
text" meta:resourceke y="ButtonResour ce1" />
</asp:TableCell>
</asp:TableFooter Row>
</asp:Table>
The button TestButton is not rendered at all. When I remove the meta tag
meta:resourceke y="TableCellRes ource8 from the "table cell" everything works
fine. The removed metatag has no value assigned in the resources. So doesn't
have TableFooterRowe Resource1 neither ButtonResource1 .
Is it a bug in rendering for the asp table, or am I missing something?
Thanks,
Lubomir
Comment