Re: Bug in asp:Table ?
- From: Lubomir <Lubomir@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 16 Jul 2008 10:51:00 -0700
I mean I have resources with an empty string.
Only the meat tag in the "cell" element causes these problems.
I am using VS 2008 Professional on Vista 64 OS.
"Patrice" wrote:
As for values, do you mean you have no resources at all in your resource.
file (i.e no lines in the resource grid ?) or do you mean you have resources
with an empty string ?
For example localizing TableCellResource8.Text with an empty string would
reproduce the same behavior...
--
Patrice
"Patrice" <http://www.chez.com/scribe/> a crit dans le message de groupe de
discussion : 26F7E024-17AC-46B0-844F-0EBE6300C876@xxxxxxxxxxxxxxxx
Works fine here (VS 2008 Dev Web Server).
I would try to keep meta:resourceKey and to delete all resource files to
see if it seems to come from the meta tag or from the resource file
content...
--
Patrice
"Lubomir" <Lubomir@xxxxxxxxxxxxxxxxxxxxxxxxx> a crit dans le message de
groupe de discussion :
D3FDCD91-C63F-421E-BE03-DAC0054CF5BE@xxxxxxxxxxxxxxxx
Hi,
I have the table like below:
<asp:Table ID="tblControls" runat="server" HorizontalAlign="Center"
Width="768px"
Font-Names="Tahoma" Font-Size="Small" BorderStyle="Solid"
BorderColor="Cyan"
BorderWidth="1px" meta:resourcekey="tblControlsResource1">
<asp:TableFooterRow meta:resourcekey="TableFooterRowResource1"
runat="server">
<asp:TableCell ColumnSpan="3" Height="50"
HorizontalAlign="Center" VerticalAlign="Bottom"
meta:resourcekey="TableCellResource8" runat="server">
<asp:Button ID="TestButton" runat="server" Text="Some
text" meta:resourcekey="ButtonResource1" />
</asp:TableCell>
</asp:TableFooterRow>
</asp:Table>
The button TestButton is not rendered at all. When I remove the meta tag
meta:resourcekey="TableCellResource8 from the "table cell" everything
works
fine. The removed metatag has no value assigned in the resources. So
doesn't
have TableFooterRoweResource1 neither ButtonResource1.
Is it a bug in rendering for the asp table, or am I missing something?
Thanks,
Lubomir
- References:
- Re: Bug in asp:Table ?
- From: Patrice
- Re: Bug in asp:Table ?
- Prev by Date: Re: Best ASP.NET hosting?
- Next by Date: Re: Best ASP.NET hosting?
- Previous by thread: Re: Bug in asp:Table ?
- Next by thread: Re: Bug in asp:Table ?
- Index(es):
Relevant Pages
|