Questions to Ponder:
Inline Coding:
Setting the Text property of the label at runtime depending on the language of the browser using inline coding (aspx markup + C#)
example:
<asp:Label ID="txtName" runat="server" Text='<%$ Resources:MyResourceFile,KeyName %>'>
</asp:Label>
<%$ %>
<%# %>
<%@ %>
Control.NamingContainer
DataBinder.Eval(Container.DataItem)
Bindable Properties of a control
Inline Coding:
Setting the Text property of the label at runtime depending on the language of the browser using inline coding (aspx markup + C#)
example:
<asp:Label ID="txtName" runat="server" Text='<%$ Resources:MyResourceFile,KeyName %>'>
</asp:Label>
<%$ %>
<%# %>
<%@ %>
Control.NamingContainer
DataBinder.Eval(Container.DataItem)
Bindable Properties of a control
No comments:
Post a Comment