Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5942973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:19:43+00:00 2026-05-22T16:19:43+00:00

I have a resource that a key will have a space, like My key

  • 0

I have a resource that a key will have a space, like

My key | Some string

In my aspx page I want to call

<%$ Resource:Resources, My Key %>

Is there some syntax that allows me to use “My Key” instead of “MyKey”?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T16:19:43+00:00Added an answer on May 22, 2026 at 4:19 pm

    No. The key for a resource setting may not contain spaces. Resource files are compiled so that the keys become variable names. This would be the equivalent of saying:

    int My int;
    

    This just is not allowed.

    I take it back. Having applied some tests, this can be done and basically as you have described it. Some things that I see off the top is that in a web site, the resources file can’t be in the App_GlobalResources folder it needs to be in App_LocalResources. I named my resources file the same as my page name like: Default.aspx.resx. Resources in the App_GlobalResources folder are set at internal scope automatically.

    Inside it I had 2 keys and 2 values set:

    ThisKey | ThisValue
    My Key | My Value
    

    To acess them from a control in the webpage I used a hyperlink control to test it:

    <asp:HyperLink ID="hlLink" runat="server" Text='<%$ Resources: ThisKey%>'></asp:HyperLink>
    

    Which output a link with the text ThisValue. And also:

    <asp:HyperLink ID="hlLink" runat="server" Text='<%$ Resources: My Key %>'></asp:HyperLink>
    

    Which output a link with the text ‘My Value’. I did notice that if I attempted to specify the “class” parameter by using Resources: Default.aspx, My Key it bombed. It was only successful using the resources within the App_LocalResources folder and only when specified to that file name.

    I’m sure this isn’t the only way to do this, but this method was successful in allowing a space in the key name for that page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a table in our system that stores resource key/value pairs. There are
I have a resource file that will have some optional keys. If the optional
I have some 1000 key-pair values that I will use in my j2me application,
I have resource dictionary files (MenuTemplate.xaml, ButtonTemplate.xaml, etc) that I want to use in
I have a script that will convert a text file into a resource file,
If I have a resource that a requesting client doesn't have access to but
I have a resource handler that is Response.WriteFile(fileName) based on a parameter passed through
I have a JavaScript resource that has the possibility of being edited at any
I have couple resource DLLs that I currently load when application starts using following
I have included a resource in my Visual Studio 2005 solution that was a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.