get data from resources

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SOS

    get data from resources


    Hi guys , i have a resource file in my project (Res.resx)
    i use of this code to read data from this file :

    ResourceManager rs = new ResourceManager
    ("Res",System.R eflection.Assem bly.GetExecutin gAssembly());
    Response.Write( rs.GetString("T est"));

    but i get this error :
    Could not find any resources appropriate for the specified culture (or the
    neutral culture) in the given assembly ...




Working...