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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:42:11+00:00 2026-05-26T07:42:11+00:00

I am trying to post a request to the server but it wont hit

  • 0

I am trying to post a request to the server but it wont hit when I use the debugger?

server:

 public partial class _Default : System.Web.UI.Page
    {


        public string HitThis()
        {
            return "braza";

        }
    }


 <script type="text/javascript">

        var myRequest = new Request({
            method: 'post',
            url: '/Default.aspx/HitThis',
            onSuccess: function () {
                alert('good');
            },
            onFailure: function () {
                alert('nope');
            }


        });

        myRequest.send();


</script>
  • 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-26T07:42:11+00:00Added an answer on May 26, 2026 at 7:42 am

    If you want to be able to call your HitThis method, you need to make that method, static, decorate it with the Web Method attribute and enable Page Methods on your ScriptManager

    Example:

     <asp:ScriptManager ID="ScriptManager" runat="server"
           EnablePageMethods="true" />
    
    
       [WebMethod]
       public static string HitThis()
       {
           return "Hello World";
       }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to POST a http request using ajax, but getting a response from
I'm trying to do a cross domain POST request and have hit a wall
I'm trying to realize a POST request in Jquery to the Django server. The
I'm trying to make a post request with jQuery in a web application with
I'm trying to perform a POST request with node.js, but it always seems to
I'm trying to use Mechanize to capture a POST request which is not possible
I'm trying to POST the following xml to a server url, but i don't
I am trying to POST some parameters to a server, but I need to
I'm trying to make a POST request to my Sinatra app, but I'm having
I'm trying to send a POST request from iPhone to Django, but for some

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.