Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Button1.Text = GetLocalResourceObject("Button1.Text").ToString(); Image1.ImageUrl = (String)GetGlobalResourceObject( "WebResourcesGlobal", "LogoUrl"); Reference: http://msdn.microsoft.com/en-US/library/ms227982(v=vs.80).aspx
Button1.Text = GetLocalResourceObject("Button1.Text").ToString(); Image1.ImageUrl = (String)GetGlobalResourceObject( "WebResourcesGlobal", "LogoUrl");