javascript - Access the values of RESX (resource) file in seperate .js file -


how can access value of resource file .js file. able access if javascript written in aspx page, in seperate page how can access resx data.

i have tried below ways, non work a. <%$ resources:adminresourcemngr, l_hdr_form_type %> b. <%= resources.adminresourcemngr.enum_yes %> c. "<%= resources.adminresourcemngr.l_selected_country %>" d. "<%= httpcontext.getglobalresourceobject("adminresourcemngr", "l_selected_country") %>"


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -