10-18-04 07:50 AM
Visual C#
// Load resources.
protected ResourceManager gStrings = new
ResourceManager("<your-web-project>.LocValues",
typeof(<template-file-name> ).Assembly);
the code from sample is above
what should I put in the <template-file-name>??
the abc.aspx?? or ABC<---in template gallery
[ Post a follow-up to this message ]
|