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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:35:42+00:00 2026-05-18T06:35:42+00:00

does anyone know if its possible to replace the updatepanel in asp.net ajax toolkit

  • 0

does anyone know if its possible to replace the updatepanel in asp.net ajax toolkit with some kind of jquery?

DOes anyone have any detailed instructions?

Basically we use the update panel so that when we do postbacks that the screen doesn’t actually do a full refresh .. just the values ..

I am using jquery for a lot of other stuff and would love to know if there is some way to do this or even if a jquery plugin exists that lets you do it.

I am a bit unsure but would this mean i have to rename all my methods to static and decorate with the webmethod attribute?

If this is the case, it maybe a lot of work 🙂

And of course how would Page_Load execute if it was a static webmethod?

Any tips or advice really appreciated

  • 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-18T06:35:43+00:00Added an answer on May 18, 2026 at 6:35 am

    I’m not sure how it would work with your code, but $.ajax() in jQuery would be able to replace your ajax function. Check it out here: http://api.jquery.com/jQuery.ajax/

    The problem you may run into with this is parsing the data that comes back, with I bet is the main functionality of the updatePanel call. With jQuery, you input the url to call, any data you want to send, and the callback(s) to handle the response:

    $.ajax({
      url: 'ajax/test.html',
      success: function(data) {
        $('.result').html(data);
        alert('Load was performed.');
      }
    });
    

    Going further, break this question up with the data being sent, and the actual objects on in your code that need to be updated. It’s hard to help without being able to see any code.

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

Sidebar

Related Questions

Does anyone know if its possible to have multiple tool tips displayed when you
Does anyone know if its possible to flip an image and have content on
Does anyone know if its possible to use phing to copy an entire folder
Does anyone know if its possible to turn off dreamweavers custom icons that it
Does anyone know if its possible to set the amount of memory available in
I was wondering does anyone know if its possible to open a wifi and
Does anyone know how or if its possible for Visual Studio 2008 to highlight
Does anyone know off a way or maybe think its possible to connect Node.js
Does anyone know if it is possible to open the APK file, access its
Does anyone know its its possible to define a table once in a .feature

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.