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
Post a Comment