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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:06:31+00:00 2026-05-27T01:06:31+00:00

Does anyone know of a method where it would be possible to insert a

  • 0

Does anyone know of a method where it would be possible to insert a ASP.NET button (IE: A button with a runat="server" tag) into a jQuery UI Dialog (specifically the area where the buttons are contained)?

Obviously the point of this is so I can handle the click event serverside from these buttons. I am aware that I could cause a postback from the dialog buttons by handling the click event and triggering the __DoPostBack method

Example:

$("#MyDialogDiv").dialog({
    height: 400,
    width: 450,
    modal: true,
    buttons: {
        Ok : function () {
            __DoPostBack(eventTarget, eventArguments);
            $(this).dialog("close");
        }, Cancel: function() {
            $(this).dialog("close");
        }
    }
});

However am hoping to achieve a more elegant solution where I could still declaratively add the buttons to the dialog but they would be inserted into the dialog button area.

Unfortunately the only way I can think of is basically rewriting the entire dialog create method structure but perhaps there is a better solution?

  • 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-27T01:06:31+00:00Added an answer on May 27, 2026 at 1:06 am

    Id love to hear suggestions but it seems this might be the only simple “mostly generic” method to do this. Hacky but it works…

    (function ($) {
        $.fn.CustomDialog = function (options) {
            this.dialog(options)
                .parent()
                .find(".ui-dialog-buttonpane > .ui-dialog-buttonset")
                .append($(".DialogButton").button());
        };
    })(jQuery);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

does anyone know if its possible to replace the updatepanel in asp.net ajax toolkit
Does anyone know a method to programmatically close the CD tray on Windows 2000
Does anyone know of a method to determine when a file copy completes in
Does anyone know the official method for submitting feedback on C# 4.0 so that
Does anyone know of any method in Rails by which an associated object may
Does anyone know of a good method for editing PDFs in PHP? Preferably open-source/zero-license
Does anyone know if the SqlDataAdapter.Dispose method actually closes or disposes any SqlConnections? I
does anyone know if the following java Method in the java.util.concurrent Package ScheduledExecutorService.html#scheduleAtFixedRate() absolutely
Does anyone know why I get undefined method `my_method' for #<MyController:0x1043a7410> when I call
does anyone know a way to call a generic method of a base class

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.