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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T06:49:02+00:00 2026-05-21T06:49:02+00:00

I want to show up an ASPxPopupControl whenever an user click a button. But

  • 0

I want to show up an ASPxPopupControl whenever an user click a button. But there’s a problem with this. The button belongs to a panel, which is hidden by default. It’s only shown when user tells it to do so.

If the panel is initially visible, the popup control shows just fine. But if it’s initially invisible (set by attribute Visible="false"), then when even the panel shows up, the popup control never appears!

How can I fix this? I know that I should ask this question in Devexpress forums, but it never hurts if I try here, right?

Thank you!

  • 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-21T06:49:03+00:00Added an answer on May 21, 2026 at 6:49 am

    Are you using the ASPxPanel control? If so, try to use the panel’s ClientVisible property instead of Visible. Does this help?

    UPDATE

    I would suggest that you start using the ASPxPanel instead and use its ClientVisible property. If you want to use the standard Panel, you should hide it using the style.visibility property:

    <asp:Panel ID="Panel1" runat="server" BackColor="Green">
    Test Panel
    </asp:Panel>
    <input type="button" value="show panel"
           onclick="document.getElementById('Panel1').style.visibility='';" />
    

    C#:

    protected void Page_Load(object sender, EventArgs e) {
        if(!IsPostBack)
            Panel1.Style.Add("visibility", "hidden");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want show a form as a dialog but problem is that the worker
I have a button. When I click that button I want show a animated
I want show a web page (google) when i click on the button in
hii I want show a pop up Dialog box when i click on to
i want to show a grapph/bar chart in iphone how do i do this
I want to show a open dialog for the user, where the user can
I want to show a modal dialog/pop-up window when the user has not filled
I want show weather information from xml to this URL: http://www.google.com/ig/api?weather=roma&hl=it using this script:
I have a little Problem with a MDX-Query . I want show all the
I create a popup based on this post but i want to create it

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.