Returns a local resource for the given resource set that you specify explicitly.
Use this method only if you need to retrieve resources from a local resource not specific to the current request.
public static string LRes(string resourceSet, string resourceKey)
Parameters
resourceSet
The resourceset specified as: subdir/page.aspx or page.aspx or as a virtual path (~/subdir/page.aspx)
resourceKey
The resource ID to retrieve from the resourceset
Overloads:
See also:
Class WebUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic