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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:18:08+00:00 2026-06-09T08:18:08+00:00

i am new in mvc but have good experience in webform. when we call

  • 0

i am new in mvc but have good experience in webform. when we call any page method by jquery then page method has to be static and must have webmethod attribute in asp.net webform but in case of asp.net mvc when we call any controller method by jquery then that method can be as normal like public method. so i just need to know that how it is possible for jquery to call controller method from outside. i search this by google but found no discuss on this issue. so please anyone who have in depth knowledge please discuss this in detail. thanks

  • 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-09T08:18:09+00:00Added an answer on June 9, 2026 at 8:18 am

    It’s just like requesting any ASP.Net-MVC web page synchronously. It responds essentially the same way for synchronous and asynchronous requests.

    It will work because you have:

    • Defined the return type of the controller method as ActionResult or any type that inherits from it , like ViewResult or JsonResult,

    • Ensured the returned value of the method to be of this same type (of course — or you’d get compile-time error!) e.g.:

          return View(myModel);  //View() returns a ViewResult obejct.
      
    • Placed this method inside an object that inherits from the System.Web.Mvc.Controller class.

    • Mapped a route in Global.asax that matches the URL of the the request and routes it to the specified controller & action

    ActionResult defines only one public method signature:

    public abstract void ExecuteResult(ControllerContext context);
    

    And the framework defines a concrete version for each variant of ActionResult. But you don’t really need to know the inner-workings of ExecuteResult().

    The MVC framwork does all the coordination, while giving you lots of entry-points to re-configure the defaults (conventions). It sets up the ControllerContext, calls ExecuteResult(), creates all the default HTTP headers (which you can modify from inside the controller if you need to) for you, etc.

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

Sidebar

Related Questions

Hey, i have some experience with MVC. but I'm new to rails. I'm using
I am new to MVC and have a grasp of the basic model, but
I am new to Spring MVC. But I had certain experience in working with
I am new to Java (but have a fair bit of .NET experience). I
I have always known that all good programmers call Dispose on any object that
I am fairly new to MVC but not sure exactly which Redirect... replaces the
I am new to this asp net mvc but got a strong background in
I am quite new with Linq to SQL and MVC but I follow the
I am still very new to the MVC framework, but I managed to create
I know this is a simple question, but I am new to ASP MVC

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.