Browse by Tags

Related Posts

  • Re: how can i popup email msgbox...

    Ran -- See the PopUp control here... http://www.asp.net/AJAX/AjaxControlToolkit/Samples/PopupControl/PopupControl.aspx And see the Modal PopUp here... http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ModalPopup/ModalPopup.aspx ...which should help you. HTH. Thank you. -- Mark Kamoski
    Posted to Visual Basic .NET (Forum) by mkamoski on 04-15-2009, 12:00 AM
    Filed under: modalpopup, popupcontrol, ajax
  • Button on PopupControl causing click on the button on parent page

    I have implemented a Popupcontrol which has a text box and a button( say a) on it. It works good when I am in a page which does not have any buttons on it. But whenever there is a button (say b) on the parent page, i am facing multiple issues: 1- My parent page does not get updated as expected. 2- Pop...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ruchitgarg on 12-20-2008, 12:00 AM
    Filed under: modelPopup, popupcontrol, toolkit, Control
  • Re: Modal Popup Extender with multiple TargetControlID??

    Thanks, your advice worked out well. For those who haven't done this before, you must assign a behavior id to the popup extender, for example... < asp : LinkButton runat ="server" ID ="btnHiddenCompanyEmployeeController" /> < ajax : ModalPopupExtender BackgroundCssClass...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by groker on 02-22-2008, 12:00 AM
    Filed under: popupbehavior, popupcontrol, "AJAX .NET 2.0", "AJAX .NET 2.0" " "Ajax Control Toolkit" PopupDragHandleControlID ModalPopupExtender "snap back" "snaps back", AJax control Toolkit ModalPopup, ajaxToolkit Modal Popup Extender, BehaviourID
  • PopupControlExtender to react on MouseOver instead of OnClick?

    Hi all, new to .NET and this forum at all and I want to ask, if (and how) it is possible to make a change in the behavior of the PopupControlExtender. I need to get the PopUps onMouseOver instead onClick - is there an easy way for this or does anybody know a little workaround? Thanks a lot in advance...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by BiancaFFM on 07-26-2007, 12:00 AM
    Filed under: popup extender ajaxcontrol toolkit popupextender javascript, popupbehavior, Popupbehavior Ajax Control Toolkit problem, popupcontrol, PopupControlExtender, popupextender, "AJAX Toolkit"
  • Using UpdatePanel, PopupControlExtender, DragPanelExtender, and ResizableControlExtender

    I want to make a popup window that is populated on the server that you can resize and drag. Is there a way to turn off the modal part of the ModalPopup? If not, does anyone have an example of how to combine the UpdatePanel, PopupControlExtender, DragPanelExtender, and ResizableControlExtender to make...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Lambert on 03-20-2007, 12:00 AM
    Filed under: popupcontrol
  • PopupControl Problem

    Hi-I posted this on Codeplex,but no joy, so I'm reposting this here... With this code: <asp:LinkButton ID="LinkButton1" runat="server">LinkButton</asp:LinkButton> <asp:Panel ID="Panel1" runat="server"> Test Panel</asp:Panel> <cc1:PopupControlExtender ID="PopupControlExtender1...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by p.q on 03-01-2007, 12:00 AM
    Filed under: popupcontrol, "AJAX Toolkit"
  • Popupcontrol extender in a datalist or gridview

    Hi all, I have a datalist and on clicking a link button i would like a popupcontrol to appear. With the selection in the popupcontrol, i would then update the datalistitem in the datalist. However, i have a problem finding the index of the datalist that called the popup. Hopefully someone can help me...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by musclejj on 02-23-2007, 12:00 AM
    Filed under: popupcontrol, PopupControlExtender, "AJAX Toolkit", ASP.NET AJAX Control Toolkit, GridView, GridView EditItemTemplate PopUpControlExtender, AJAX Control Toolkit
  • Popup Control Causes Full Page Post Back

    Ok This is driving me nuts, I am not sure if I forgot to do something or if there is a bug in the ToolKit .... 1.0.10201.0 My problem is that the popup control extender causes the update panel to do full page post backs instead of async... I comment out the popup control extender then the update panel...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by wamra on 02-20-2007, 12:00 AM
    Filed under: popupcontrol, popupcontrol updatepanel, PopupControl updatepanel "already has a data item registered", PopupControlExtender, PopupControlExtender DetailsView ScriptManager
  • PopupControlExtender ImageButton problem (full postback)

    Hi everyone, I suspect this topic has been touched upon before, from various angles, however as I couldn't find a satisfying answer I'll go ahead and post it again. Bare with me if you've seen this before: < form id= "form1" runat= "server" > < asp:ScriptManager ID= "ScriptManager1" runat= ...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ppoulos on 02-16-2007, 12:00 AM
    Filed under: popupcontrol
  • Re: Dynamic PopupControls won't show

    I solved my problem. Release 10123 of the Toolkit did not change anything. Instead of simply copying the innerHTML of one Panel to another, I did a javascript "appendChild" and passed in the control containing the PopupControl. Then when I was finished using that control I did an "appendChild" back into...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by nowakr on 01-26-2007, 12:00 AM
    Filed under: popupcontrol, PopupControlExtender, C#, JavaScript, JavaScript Behavior ClientState, javaScripts, AJAX Control Toolkit
Page 1 of 5 (44 items) 1 2 3 4 5 Next >