G
Guest
Does anyone know if it's possible to format data stored in an appSetting node
when it's bound to a form control? I would like to format a date stored in
appSettings, and I bind to it as follows:
<asp:Label ID="SomeLabelID" Runat="Server" Text="<%$AppSettings:someDate %>"
/>
when it's bound to a form control? I would like to format a date stored in
appSettings, and I bind to it as follows:
<asp:Label ID="SomeLabelID" Runat="Server" Text="<%$AppSettings:someDate %>"
/>