[Mono-list] Title attribute character encoding for some web controls

Slava Petrenko slava at z.org.ua
Sun Mar 5 17:55:51 EST 2006


Hi all,

I have such a code in some.aspx

                <asp:HyperLink
                    id="hlCatalog"
                    Text="<some cyrillic text>"
                    ToolTip="<another cyrillic text>"
                    NavigateUrl="/catalog/"
                    runat="server" />


when I see html source for a produced page <some cyrillic text> of Text
attribute is shown well, as it is in a source .aspx, but <another
cyrillic text> of ToolTip attribute looks like 
&#1057;&#1090;&#1072;&#1090;&#1100;&#1080;

How can I disable that feature that encodes text to
&#1057;&#1090;&#1072;&#1090;&#1100;&#1080;  ?

P.S. That feature also encodes ToolTip attributes for some other controls.

Thanx.

Slava.


More information about the Mono-list mailing list