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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:50:48+00:00 2026-06-08T12:50:48+00:00

I have been searching around here and elsewhere on the internet searching for a

  • 0

I have been searching around here and elsewhere on the internet searching for a solution, and have wasted too much time on this. Keep in mind I am fairly new to web design and am self taught. It is possible I just completely missing something.

When I click the but who calls the CallMeMaybe() function I will get the “Starting 1” and “passed test 1” alerts only. So my pagemethods gethello() I am assuming is not getting called, or at least not doing anything.

function CallMeMaybe() {
            var dest;
            // call server side method
            alert("Starting 1");

            if (typeof (PageMethods) == "undefined") {
                alert("Not Working");
            }
            else {
                alert("passed test 1");
                var prm = Sys.WebForms.PageRequestManager.getInstance();

                PageMethods.GetHello(CallSuccess, CallFailed, dest);
            }
            alert("Sent");
        }

        function CallSuccess(res, destCtrl) {
            alert("success");
            var dest = document.getElementById(destCtrl);
            alert(res);
            var str = "";
            var table_result = "<table border='1'>";
            for (var i = 1; i < res.length - 1; i++) {
                str += (res[i] + "<br />");
                table_result += "<tr><td><img src='Images/img" + i + ".jpg' alt='' width='100' height='100'/></td></tr>";
            }
            table_result += "</table>";
            //document.querySelector('#results').innerHTML += str;
            document.querySelector('#results').innerHTML += table_result;
        }

        // alert message on some failure
        function CallFailed(res, destCtrl) {
            alert(res.get_message());
        }

When I run the Developer Tools in Chrome I get this:
Screen Shot

If any of you could help me or point me into the right direction that would be awesome! Like I said I have wasted too much time trying to figure this out and finally decided to come here to ask for 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-06-08T12:50:49+00:00Added an answer on June 8, 2026 at 12:50 pm

    Found my problem! I had to add the following code to my Web.config file:

    <system.webServer>
    <handlers>
      <add name="ManifestHandler" verb="*" path="*.manifest" type="TestWebSvc.ManifestHandler" resourceType="Unspecified" preCondition="integratedMode"/>
      <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions,  Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
      <add name="Telerik.Web.UI.WebResource" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" verb="*"/>
    </handlers>
    </system.webServer>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been searching around for a solution to this for a while. I'm
I've been searching around for some time for this, but have still not found
I have been searching for a solution to this and so far found nothing
I have been searching around for any info on creating a video player. Here
I've been searching on this around here but I cant seem to find the
been searching around for this for a while, and hoping someone here can answer
I've been searching around for the solution, and have come across the multipart and
I have been searching around using Google but I can't find an answer to
I need some help, i have been searching around and cant find the correct
I've been searching around but unfortunately have had no luck. My app requires 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.