Hi ya all of you,
My goal is recover all the labels in my page using one RESX file such I did in WPF.
How can I achieve this?
This is the key name saved in my .RESX file
_AboutInmaKitchen
snippet:
<form id="form1" runat="server">
<ul>
<li><%"{Resx _AboutInmaKitchen}"%> <input id="IdNombreReceta"....
Thanks for any input provided!!
Go to the complete details ...