Click here to Skip to main content
15,905,612 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I can easily read value from resoucre file into asp label like this.

<asp:Label ID="lblUserName" Text="<%$Resources:Resource, lblUserName %>" runat="server" Font-Bold="true" />

But what i require is i need to do the same into

<label>Test</Label>

That is Instead of "Test" i need to place value from "<%$Resources:Resource, lblUserName %>".

Is it possible to do so.

Thanks in advance.

What I have tried:

I tried but not go correct solution for it.
Posted
Updated 23-Apr-16 3:43am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900