I want to use two meta:resourcekey in single control is it possible?
for example
“< asp:LinkButton meta:resourcekey=”ImageUrlKey1″ meta:resourcekey=”ToolTipKey1″ >”
Thanks,
Piyush
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess you have two possibilities:
When using implicit localization you define several key/value pairs for the localized properties of the
LinkButton1in your resource file, e.g. for:and then use only one
meta:resourcekeyattribute:Or you use explicit localization instead, i.e. which uses a different syntax instead of
meta:resourcekey:In any case, have a look at this article, which explains it in detail.