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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:25:51+00:00 2026-05-31T05:25:51+00:00

I am working on a .Net WebForms project and am using UpdatePanels in order

  • 0

I am working on a .Net WebForms project and am using UpdatePanels in order to update some information on the page without doing a full post back and losing all the history from the web app (I’m letting JQM manage the history with its back button).

While I have gotten the UpdatePanel to work and display the information I want to, the elements lose their styling. For example, in one form I have a dropdown that updates the list of prices, but when the prices update the dropdown loses its JQM styling.

I have seen various solutions which recommend doing something like this:

$('#updateTable').load(function() {
     $(this).trigger('create');
});

Unfortunately this does not work. The styling is not applied to the dropdown. However, if I simply call $('updateTable').trigger('create'); from the console the styling is applied again. I have tried binding to load and ready but it is not working. Any help would be 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-31T05:25:52+00:00Added an answer on May 31, 2026 at 5:25 am

    You can subscribe for the endRequest event on the PageRequestManager and apply the styling there: http://msdn.microsoft.com/en-us/library/bb383810.aspx

    Basically:

    Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
    
    function EndRequestHandler(sender, args){
        $('#updateTable')... //apply the styles here
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using AJAX on an ASP.NET web project to update a page. Some of
I'm using Callback, on a asp.net webforms project. When clicked button, it is working
I've started working on some enhancements to an ASP.NET web forms e-commerce project, one
A site that I'm working on has a ASP.NET webforms page that posts back
Currently I'm working on Web project that is built using ASP.NET Web Forms. We
I am working on an ASP.NET 4.0 web forms project that uses page routing
Currently I am working on an ASP.net webforms project where I would like to
I'm working on an industrial project build with ASP.Net WebForms. We seriously think about
I'm working on a web site written using asp.net WebForms. I'd like two wrap
I had a working project in VS2008 / .Net 3.5 using controls from 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.