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 952877
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:57:48+00:00 2026-05-15T23:57:48+00:00

I have troubles with blowery web and WebResource.axd. What is WebResource.axd?

  • 0

I have troubles with blowery web and WebResource.axd.

What is WebResource.axd?

  • 1 1 Answer
  • 2 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-15T23:57:48+00:00Added an answer on May 15, 2026 at 11:57 pm

    WebResource.axd provides access to embedded resources within a project. It’s a handler that enables control and page developers to download resources that are embedded in an assembly to the end user.

    You include WebResources in your AssemblyInfo:

    [assembly: System.Web.UI.WebResource("Project.Styles.Main.css", "text/css")]
    

    Then you can get an include path for your Page using the following code:

    string includeLocation = Page.ClientScript.GetWebResourceUrl(this.GetType(),    
        "Project.Styles.Main.css");
    

    Then to add the above file (which is a CSS file in this case):

    LiteralControl include = new LiteralControl(
        String.Format(includeTemplate, includeLocation));
    
    ((System.Web.UI.HtmlControls.HtmlHead)Page.Header).Controls.Add(include);
    

    Then you’ll end up seeing references within your page source such as the following:

    /WebResource.axd?d=PhPk80h_UWEcbheb-NHNP5WshV_47UOpWqAOl1_li
        UFfN4cNofL74cFlQ1fvpFSf0&t=632573240669964903
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having dependency troubles. I have two classes: Graphic and Image . Each
I have troubles using a foreign protocol in Objective-C. Is there any other solution
I have troubles setting up the support for openID authentication, using authkit and pylons.
I have troubles with OpenGL textures on Motorola Milestone with 2.1 firmware. Each call
I have troubles using the java ServiceLoader in a NetBeans module application. Here is
I am trying to install pysqlite and have troubles with that. I found out
A ASP.NET page's ViewState seems to have troubles keeping up with dynamically removed controls
I'm writing an MPI C program. I have troubles debugging it, because whenever I
I'm trying to use auto-generated forms in symfony, but I have troubles finding good
I have trouble comparing 2 double in Excel VBA suppose that I have the

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.