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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:37:05+00:00 2026-06-10T11:37:05+00:00

In my ASP.NET Web Forms Page I have a ModalPopupExtender that is shown by

  • 0

In my ASP.NET Web Forms Page I have a ModalPopupExtender that is shown by JavaScript:

$.ajax({
    // full ajax request shortened
    type: "POST",
    success: function (msg) {
        $("#profileTitleLabel").html(msg.d.TitleEncoded);
        $("#profileTextLabel").html(msg.d.BodyEncoded);

        $find('profileTextModalPopupExtender').show();
    },
    error: function (jqXHR, textStatus, errorThrown) {
    }
});

It is neither centered nor sized the first time, but on subsequent calls it is fine (in Chrome, Firefox and IE9). I guess it has to do with a postback that is done on closing it (UpdatePanel partial update).

Now how can I trigger sizing by hand to get it to correct size the first time without using a server side call to Show? I tried calling initialize before show, and I browsed through the client object’s methods, but I have not found a solution yet.

Here are the styles that matched to the popup’s div:

height: auto;    // matched css classes
width: auto;
max-height: 80%;
max-width: 90%;
min-width: 50%;
overflow: auto;
padding: 10px;
position: fixed; // element CSS
z-index: 100001;
left: 160.5px;
top: 157.5px;
  • 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-10T11:37:06+00:00Added an answer on June 10, 2026 at 11:37 am

    I found workaround that makes the popup to appear correctly:

    $find('profileTextModalPopupExtender').show();
    $find('profileTextModalPopupExtender')._layout();
    $find('profileTextModalPopupExtender').show();
    

    I agree there’s a code smell in this. I could not find a better solution, however (I’m still open to suggestions). I especially dislike that _layout is invoked three times, once by myself and twice (in a row!) by show.

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

Sidebar

Related Questions

I have a page in asp.net (web forms) that up until now only had
I have a ASP.NET Web Forms page that does a good amount of processing
I have an ASP.NET Web Forms web site. It has a page inside of
I have a asp.net web forms app that uses System.Web.Caching.Cache to cache xml data
I have a ASP.net Web forms project that I am working on. I need
I have an ASP.NET web forms application that requires that requires that a user
So I have a Silverlight control that I've added to an ASP.NET Web Forms
I use ASP.net Web Forms and C#. I have a page A with a
This is with ASP.NET Web Forms .NET 2.0 - I have a situation that
I want to create an asp.net web forms website that has a products page.

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.