Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am showing a text to the user. But i want to show the resource name. for example:

ASP.NET
<asp:TableHeaderCell BorderStyle="Solid" BorderColor="Black" BorderWidth="1px">Executed command

I want show the Executed Command in different languages. so anyone can help me...regarding this.


Regards,
Basha.
Posted
Updated 10-Oct-11 0:14am
v2

I found the answer...

<asp:TableHeaderCell BorderStyle="Solid" BorderColor="Black" BorderWidth="1px">
        <asp:Label ID="lblid"  Text="<%$ Resources:Resource, myID %>" runat="server">



Regards,
Basha...
 
Share this answer
 
v2
Comments
RaviRanjanKr 13-Oct-11 12:22pm    
Always use "pre" tag to wrap your code. it gives better readability to users.

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