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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:53:31+00:00 2026-05-15T10:53:31+00:00

I have a page with this in the head <style type=text/css> #columnList { list-style-type:

  • 0

I have a page with this in the head

<style type="text/css">
    #columnList { list-style-type: none; margin: 0; padding: 0; width: 95%; }
    #columnList li { margin: 0 3px 3px 3px; padding: 0.1em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
    #columnList li span { position: absolute; margin-left: -1.3em; }
    .column { font-size: small; border:1px solid; background-color: lightyellow; }
     body { background : beige }
</style>
<link rel="StyleSheet" href="css/dashCss.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jcolor/jscolor.js"></script>
<script type="text/javascript" src="js/dashboard.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js"></script>    

And now I want to move that page into an aspx user control but dont know what to do with the head stuff… help?

  • 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-15T10:53:31+00:00Added an answer on May 15, 2026 at 10:53 am

    1) Either add it to the pages that will use the user control manually or
    2) If you use the ASP.NET AJAX framework, use the ScriptManager and ScriptManagerProxy to manage your scripts. ScriptManager goes at the top of the page, or in the master page, and ScriptManagerProxy can go in any number of user controls. You can put the ScriptManagerProxy in your user control, register your scripts in the section, and these get wired up to the ScriptManager and registered at the ScriptManager location.

    In the user control, the ScriptManagerProxy would look like:

    <asp:ScriptManagerProxy id="smp" runat="server">
      <Scripts>
         <asp:ScriptReference Path="~/js/jquery.js" />
      </scripts>
    </asp:ScriptManagerProxy>
    

    Just make sure that the site master page or the page using this user control has this at the top, but within the form.

    <asp:ScriptManager id="sm" runat="server" />
    

    Or
    3) Programmably add them from code-behind; get the pages header reference, and add script tags programmatically.

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

Sidebar

Related Questions

I have the following file: <html> <head> <title></title> <link rel=css type=text/css href=/empty.css title=css />
This is what I have in the aspx page: <head runat=server> <title>Website - <asp:ContentPlaceHolder
I have a page with this HTML: <p> <img src=images/ih01.jpg width=80 height=110 align=left />
I have a CSS style using child selectors in an HTML page as follows:
I have the following file file: <html> <head> <title></title> <script type=text/javascript src=/Prototype.js></script> <script type=text/javascript>
I have this Javascript snippet in my application to prevent clickjacking: <script language=javascript type=text/javascript>
I have the following html- <head> <meta http-equiv=Content-Type content=text/html; charset=UTF-8 /> <title>Untitled Document</title> <style
i have this simple layout css which provide 3 rows layout css code <style
i have this page . login: fer password: m Note: after login you will
So I have this page here: http://www.eminentmedia.com/development/powercity/ As you can see when you mouse

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.