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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:20:17+00:00 2026-05-15T20:20:17+00:00

I have some common javascript functionality that I want to share across several views/pages.

  • 0

I have some common javascript functionality that I want to share across several views/pages.

However I want to put some C#/ASP.net into the javascript – pulling in some data from the server.

It seems like the best option is to use a partial page, and include the javascript in that.

Just wondering if there is a javascript equivalent of the partial page?

Or is there another/better/alternative way of doing this?

EDIT:
I realise I could use ajax to pull the server code in (although how do I refer to the server, Url.Content won’t work) but this code is to handle page permissions, ie the server data details what functions the user can access and the javascript functions are then used to show/hide buttons based on that. So the data needs to be present early on rather than triggering the page to be built after the ajax callback happens.

Thanks in advance,
Chris

  • 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-15T20:20:18+00:00Added an answer on May 15, 2026 at 8:20 pm

    I usually put some data that is needed by javascript into the top of the page.

    I have it in the Masterpage.

    After that I include the common js files. The variables defined at the top of page are available to the scripts.
    Don’t forget to JavascriptEncode these values. Html-Encode is not enough, it doesn’t handle the ‘. Use Web Protection Library for it http://wpl.codeplex.com/.

    <script language="JavaScript">
    var controller = <%= AntiXss.JavaScriptEncode(ViewContext.RouteValues.GetRequiredString("controller")) %>;
    var userRightRead = <%= AntiXss.JavaScriptEncode(Model.UserRightRead) %>;
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some javascript: eval('var incomingJSON =' + ajaxObj.responseText); for (p in incomingJSON.common) {
I have 2 Java EE applications which need to share some common user related
I have Spring web application. I would like to put some common piece of
Quick question about include/requre_once . I have some code that is common to a
Assume some domain and view objects (that have no common base class) public class
I am not so strong in javascript. I have a common function that I
I have some common Javascript which I would like to execute on the event
I have set up some WCF services that I use to call from javascript
I have a C#.NET MVC3 web app and I have some common jQuery functionality
I have a Client/Server application, where the Client and Server have some common tables

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.