开发者

ASP.NET LocalResources same filename

开发者 https://www.devze.com 2022-12-30 17:52 出处:网络
I have a small question and I think this is asked before but I can\'t seem to find it... I have 2 pages:

I have a small question and I think this is asked before but I can't seem to find it...

I have 2 pages:

/Default.aspx

/Profile/Default.aspx

The resource file for the /Default.aspx is in /App_LocalResources/Default.aspx.resx but where do I place the Default.aspx.resx for the /Profile/Default.aspx?

When I place it in /App_LocalRe开发者_如何学Pythonsources/Profile/Default.aspx.resx it keeps telling me the resource isn't found...

I access the resources like this: <%$ Resources:lblHeader.Text %>


try /Profile/App_LocalResources/Default.aspx.resx

0

精彩评论

暂无评论...
验证码 换一张
取 消