Friday, November 14, 2008

ASP.Net Get Other Page's Resource

In ASP.Net, if you want to get other page's resource, you need to use the httpContext.GetLocalResourceObject and pass the page's relative path and the resource Name. For example HttpContext.GetLocalResourceObject("~/AnotherPage.aspx","Title")