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

  • Home
  • SEARCH
  • 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 1032583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:05:59+00:00 2026-05-16T14:05:59+00:00

I Have usercontrol and i registered the following javascript method in code behind :

  • 0

I Have usercontrol and i registered the following javascript method in code behind :

changeSelectedMenu(controlID);

the previous method is declared in JScript.js file so i registered it also .

but the following exception has been thrown :

 Microsoft JScript runtime error: Object expected

The result page is :

<script src="~/Scripts/JQuery.js" type="text/javascript"></script>
<script src="~/Scripts/JScript.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
changeSelectedMenu('ctl00_ctl00_cntMain_procedureContentHolder_procedureMenu_appointmentsLink');//]]>
</script>

Is There anyone can help me to workaround this issue???

  • 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-16T14:06:00+00:00Added an answer on May 16, 2026 at 2:06 pm

    These aren’t valid paths to your JavaScript:

    <script src="~/Scripts/JQuery.js" type="text/javascript"></script>
    <script src="~/Scripts/JScript.js" type="text/javascript"></script>
    

    They need to be relative to the page or to the site root, for example:

    <script src="/Scripts/JQuery.js" type="text/javascript"></script>
    <script src="/Scripts/JScript.js" type="text/javascript"></script>
    

    While ~/ works for resolving a path on the server-side, the browser doesn’t know how to handle this. There are some other work-arounds in this question for making it work and still being app-relative.

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

Sidebar

Related Questions

I have a custom usercontrol with DataContext={Binding RelativeSource={RelativeSource self}} On the code behind i've
In my PrinterPackage. aspx file i have the following 'User Control' : <%@ Register
I have a UserControl which overrides the OnRender-Method as follow: MyUsercontrol.cs: MyUserControl: UserControl {
I have a UserControl with the following Property: public List<Rect> HotSpots { get {
I have the following DependencyProperty in a Silverlight UserControl: public static readonly DependencyProperty ColumnsProperty
I have made the following sample user control: <UserControl x:Class=DLSAdministration.Controls.CombinedTextBoxControl xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml xmlns:d=http://schemas.microsoft.com/expression/blend/2008 xmlns:mc=http://schemas.openxmlformats.org/markup-compatibility/2006
I have the following sample code in WPF. It is working well when I
I have a userControl foo.ascx registered on and loaded on index.aspx. On foo's page_load
I have a problem with the following scenario (code cut for brevity). Basically the
I have a UserControl which contains the following XAML: <GroupBox> <Grid> <Button x:Name=btn Content=Test/>

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.