I
Ian Dunkerly#
I am using .Net 2 SP1 and appear to have a problem with rendering titles,
when the title contains both text and a controls only the controls are
rendered.
This can be reproduced by creating a page with the following:
<%@ Page Language="C#" AutoEventWireup="true" %>
<html>
<head runat="server">
<title>Test<asp:Localize ID="Localize1" runat="server" Text="Hello"
/></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
I would expect that TestHello would be rendered, but only Hello is rendered.
Is this a known bug, is there a hotfix?
Thanks
Ian
when the title contains both text and a controls only the controls are
rendered.
This can be reproduced by creating a page with the following:
<%@ Page Language="C#" AutoEventWireup="true" %>
<html>
<head runat="server">
<title>Test<asp:Localize ID="Localize1" runat="server" Text="Hello"
/></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
I would expect that TestHello would be rendered, but only Hello is rendered.
Is this a known bug, is there a hotfix?
Thanks
Ian