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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:03:40+00:00 2026-05-25T00:03:40+00:00

I want to pop up a panel when a createbutton is clicked, I am

  • 0

I want to pop up a panel when a “createbutton” is clicked, I am using a panel and adding some textbox and buttons inside the panel. I am able to make the pop up panel by designing it in the same page where the createbutton is present. can I make the pop up in a separate page and make it pop up when I click the createbutton

  • 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-25T00:03:42+00:00Added an answer on May 25, 2026 at 12:03 am

    Gokul,

    Yes, you can put the panel in a separate page and make it appear when you click the create button. Here’s one alternative (not my favorite but it doesn’t depend on anything extra besides standard javascript):

    • When you click the “create button” open a new browser window resized exactly to match the panel’s size. This can be done with javascript easily as follows:

      <
      input onclick=”javascript:window.open(‘page.aspx’,’title’,’status=0,toolbar=0,width=350,height=250′);”
      type=”button” value=”Create” />

    • On the page that you popped up containing the panel (pagecontainingPanel.aspx – according to my example), you can have code to close the window once you perform some action. For example, if you have a button that’s supposed to save some data to the database and comeback to the parent page, you could do something like:

    {

      ///Perform server side process. If successfully executed close this window. 
      protected void btnSubmit_Click(object sender, EventArgs e)
      if(EverythingOK) 
            { 
               StringBuilder cstext2 = new StringBuilder();
      cstext2.Append("<script type=\"text/javascript\"> function CloseMe() {");
      cstext2.Append("window.close();} </");
      cstext2.Append("script>");
      cs.RegisterStartupScript(cstype, csname2, cstext2.ToString(), false);
            } 
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using asp.net 2.0 with c#. i want a pop up to be
I want to pop a modal view and the previous view at the same
i have a panel which iam showing as pop up with few textbox controls
i am using navigation based application but i want to pop my view from
Greetings, I want to pop up the Jquery Datepick as the image is clicked
I want to pop up a dialog box that says Saving... and once the
I want to pop up a form in C# .net 2.0 which should be
I want to pop a browser with a given url from within a windows
I have several dialogs in the application. I want to pop up help related
I have a relative path (e.g. foo/bar/baz/quux.xml) and I want to pop a directory

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.