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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:25:21+00:00 2026-05-22T01:25:21+00:00

Below is Jquery function through I’m calling a action in my asp.net MVC application.

  • 0

Below is Jquery function through I’m calling a action in my asp.net MVC application. In controller action I’m loading a partial view, which is loaded in div “result”. In controller action I’m performing a database operation and load a grid with these data…but we having huge records whick takes time (say for different situation it is 1-10 minute).

For better user experience, we decide to block the UI and show spinner before data loaded…

below blockui plugging works for me, but it is too fast..it show only for few seconds and then disappier…

how to avoid this..any idea..please help….

function RenderPartialView() {
    //block the UI until partial view is rendered
    $.blockUI({ message: '<h3><b><img src="/content/images/loading.gif" /> Please wait while the request is being processed...</b></h3>' });
    //load the partial view
    $('#result').load('@Url.Action("Grid", "Home")', { flip: false });
    //unblock the UI
    $.unblockUI();
}
  • 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-22T01:25:22+00:00Added an answer on May 22, 2026 at 1:25 am

    Load has a callback you can access
    The provided callback is executed after post-processing has been performed (When a successful response is detected)

    Try this instead of your last two commands:

    //load the partial view
    $('#result').load('@Url.Action("Grid", "Home")', { flip: false }, function(){
        //unblock the UI
        $.unblockUI();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form to 'create a tag'. Using the jQuery code below. $(#createtag).submit(function()
I want to submit a with using jquery as below; $(#formid).submit(); Its working perfect
The below HTML/CSS/Javascript (jQuery) code displays the #makes select box. Selecting an option displays
Using jQuery, how do you bind a click event to a table cell (below,
Below is my current char* to hex string function. I wrote it as an
I have a jQuery function already to perform the task I need but is
I have a jQuery function that allows a user to create a list of
I will be using some jQuery below this chunk of code (which I may
Below I have a very simple example of what I'm trying to do. I
Below are two ways of reading in the commandline parameters. The first is 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.