Browse by Tags

Related Posts

  • Single Modal Popup called/populated programatically

    I have a feeling this is entirely possible but I haven't been able to get it yet. I like the Modal Popup Extender, but one thing I don't like is having to set properties for which control triggers it and which control is displayed. I envision something much more generic to where the placeholder for a...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by atlasbeginner on 04-26-2007, 12:00 AM
    Filed under: ModalPopup, ModalPopup "code behind", ModalPopup "code behind" DynamicServicePath, ModalPopup "code behind" show, modalPopup ajax control toolkit setfocus, ModalPopup Ajax Update Dropdownlists, ModalPopup and Formview, modalPopup AutoComplete display rendering, modalPopup beta, modalPopup codebehind targetcontroll null, modalPopup databinding, ModalPopup GridView Images, modalPopup javascript, ModalPopup OnOkScript "server-side", modalPopup scrolling position, modalPopup show firefox, ModalPopup TargetControlID DetailsView, modalPopup updatepanel, modalPopup updatepanel onselectedindexchanged, modalpopup validation, ModalPopupExtender, modalpopupextender calendar ondayrender, ModalPopupExtender control Response.Redirect behavior, ModalPopupExtender DynamicControlID, ModalPopupExtender IE6 select bleedthrough, ModalPopupExtender TabPanel TabContainer TargetControlID, modalPopupextender usercontrol, "AJAX Toolkit", .show() method, ajax targetcontrolID modalpopupextender, AjaxControlToolkit, ajaxToolkit, ajax modalpopupextender, ajax modalpopupextender targetcontrolID, AJAX Control Toolkit, AJAX Control Toolkit help
  • ModalPopupExtender problem with embedded object

    I have an embedded Flash movie on a page that is using a ModalPopupExtender. When I click the button to activate the ModalPopupExtender, the popup panel gets displayed on top of all the controls on the page (as it should) except for the embedded object. Additionally, the embedded object does not get...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by stormygalaxy on 04-12-2007, 12:00 AM
    Filed under: ModalPopup, ModalPopupExtender, "AJAX Toolkit", AjaxControlToolkit, AJAX Control Toolkit
  • ModalPopupExtender +UserControl+GridView+SelectRow or SelectPage closes Popup

    I have a usercontrol with a GridView in it. Datasource for simplicity is an XML. The PageSize is set to 2 rows and has AutoGenerateSelectButton set to true. Control is part of the panel which is used in the popupextender. When I am selecting the row or I scan through the pages the popup just closes out...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SVyas on 01-22-2007, 12:00 AM
    Filed under: ModalPopup, modalPopupextender usercontrol, user control, AjaxControlToolkit, ASP.NET AJAX Control Toolkit, AJAX Control Toolkit, ASCX
  • ModalPopupExtender and FormView

    Hi Everyone - New poster, long time reader. I am creating a intranet website for my school, and am currently working on the user administration page. I want the user to be able to click on a student in a gridview control, either by "selecting them" or by clicking on a details button or something, and...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Adam.Miskiewicz on 01-15-2007, 12:00 AM
    Filed under: ModalPopup, ModalPopup "code behind", ModalPopup "code behind" DynamicServicePath, ModalPopup "code behind" show, ModalPopup Ajax Update Dropdownlists, ModalPopup and Formview, modalPopup beta, modalPopup codebehind targetcontroll null, modalPopup updatepanel, modalPopupal, ModalPopupExtender, ModalPopupExtender control Response.Redirect behavior, modalPopupextender usercontrol, ajax, AjaxControlToolkit, FormView
  • Combining Ajax, ModalPopupExteder and a gridView

    've mande a site in Visual WebDeveloper using AjaxControlToolkit. I have a gridView with data from a table. I also created a new colum named Edit. When I press Edit Button i want to edit that row from the table using a ModalPopupExtender. The problem is that I don't know how to populate the textboxes...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SirSummeR on 12-21-2006, 12:00 AM
    Filed under: ModalPopup, AjaxControlToolkit, GridView
  • Set the position of a modal popup

    While playing around with that modal popup extender just to see its capabilties, I found a difficulty in positioning the panel (which is the control that pops up as a modal window) in a place other than the center of the page . I initially tried defining the style atribbute of the panel itself (eg: style...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by YiannisF on 12-20-2006, 12:00 AM
    Filed under: ModalPopup, ModalPopupExtender, AjaxControlToolkit, ASP.NET AJAX Control Toolkit, ASP.NET AJAX Control Toolkit troubleshooting, Atlas Control Toolkit Modal PopUp, AJAX Control Toolkit
  • Re: Modal: Can I execute server code on OK before executing onOKScript

    Hi David, I created an event in my code behind and did not include a onokscript property on my modalpopup but this still isn't working. Here is the sample code that i have. <asp:Label ID="Lable_Message" runat="server" /> <asp:Button ID="Button_Return" runat="server" PostBackUrl="WebForm_Add_New_Order...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by kambiz_d on 12-15-2006, 12:00 AM
    Filed under: ModalPopup, ModalPopup "code behind" show, AjaxControlToolkit, ASP.NET AJAX Control Toolkit, ajax control Toolkit beta2
  • Stupid error

    I keep running into this error when ever i try and do anything with the new AJAX stuff: Attempt to access the method failed. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Dolphin07 on 11-30-2006, 12:00 AM
    Filed under: ModalPopup, ModalPopup "code behind" DynamicServicePath, ModalPopup and Formview, ajax, AjaxControlToolkit, ASP.NET AJAX Control Toolkit, ASP.NET AJAX Control Toolkit troubleshooting, AJAX Control Toolkit, control creation, Master page with Ajax Toolkit, ajax load complete page end, ASP.NET AJAX v1.0 Beta
  • ModalPopupExtender With MasterPage

    Environment: - creating web application using visual studio 2005. - latest version of AJAX and AJAX Toolkit is installed. - Browsing using IE6 Problem scenario: - I use master page in my application , and i created web content form This master. - I added panel , trigger button and ModalPopupExtender...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ahmedsoliman on 11-06-2006, 12:00 AM
    Filed under: ModalPopup, modalPopupal, AjaxControlToolkit, Atlas, AJAX Control Toolkit, modalPopup beta
  • ModalPopupExtender doesn't work until AFTER a postback

    I'm trying to build a control that makes a consistent popup window appearance using the ModalPopupExtender. It worked fine in the "Atlas" builds, but now with the renamed "Ajax" builds it no longer does. What now happens is when I click the trigger control, it posts back to the...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by DuctTapeMan2.0 on 10-31-2006, 12:00 AM
    Filed under: ModalPopup, AjaxControlToolkit
Page 1 of 2 (13 items) 1 2 Next >