Hi all,
Can i use the same "Name"(value is different) in both local and global resource file(.resx) and refer both in same page in VB.NET (VS2008). If so please tel me how to do?
Thanks!
Yes you can, for local resource you can use GetLocalResourceObject Method, and for Global you can use GetGlobalResourceObject.
this link will helps you : http://www.c-sharpcorner.com/UploadFile/prasham/RESOURCEFILES02132008080733AM/RESOURCEFILES.aspx