views:

53

answers:

1

I want to concatenate the values of two or more keys from a resource file, while assigning value to a control, somthing like <%$ Resources:LocalizedText, LeadTitle%>"

but, getting an error.Is it possible some way to concatenate the value of different keys from a resource file?

A: 
<%# GetLocalResourceObject("ClassKey", "ResourceKey")  & GetGlobalResourceObject("ClassKey", "ResourceKey") %>

HttpContext.GetGlobalResourceObject

HttpContext.GetLocalResourceObject

bryan_cook