Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
176 Points
63 Posts
Nov 03, 2011 02:26 AM|LINK
Hello. Given the following aspx page named Test1.aspx:
<asp:Button ID="Button1" runat="server" Text="ASP Button" meta:resourcekey="Button1Resource1" />
<input id="Button2" type="button" value="HTML Button" runat="server" meta:resourcekey="Button2Resource2" />
... and a resource file named Test1.aspx.resx which contains the following Name and Value pairs:
Button1Resource1.Text - ASP Button
Button1Resource1.ToolTip - ASP Button ToolTip
Button2Resource2.Text - HTML Button
Button2Resource2.ToolTip - HTML Button ToolTip
PageResource1.Title - Test Page
Why will the HTML Controls not display the tooltip text when the page is compiled and run?
Thank You!
olivespike
Member
176 Points
63 Posts
Resource File, HTML Controls and .NET Controls
Nov 03, 2011 02:26 AM|LINK
Hello. Given the following aspx page named Test1.aspx:
<asp:Button ID="Button1" runat="server" Text="ASP Button" meta:resourcekey="Button1Resource1" />
<input id="Button2" type="button" value="HTML Button" runat="server" meta:resourcekey="Button2Resource2" />
... and a resource file named Test1.aspx.resx which contains the following Name and Value pairs:
Button1Resource1.Text - ASP Button
Button1Resource1.ToolTip - ASP Button ToolTip
Button2Resource2.Text - HTML Button
Button2Resource2.ToolTip - HTML Button ToolTip
PageResource1.Title - Test Page
Why will the HTML Controls not display the tooltip text when the page is compiled and run?
Thank You!