Posted on: 10/9/2015 2:10:39 PM | Views : 1313


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 ...