Resources cannot be accessed in aspx page

Licgxsvejywge

New Member
i have a solution in which i have a web project and couple of other projects. I have added another project that has nothing but a resx file. I have referenced this resource project dll into the web project. is there any possible way i could access the resource in dll into the aspx page. For ex: \[code\]<asp:Button ID="Button1" runat="server" Text="<%$ Resources:Resource,ButtonName %>">\[/code\]The ButtonName must be accessed from the resourcedll.
 
Back
Top