Browse by Tags

Related Posts

  • Dynamic Partial-Page Updates inside a Gridview

    I'm trying to update a part of a Gridview: <asp:GridView ID= "GridView1" runat= "server" AllowPaging= "True" EnableViewState= "false" AutoGenerateColumns= "False" BackColor= "White" BorderColor= "#E7E7FF" BorderStyle= "None" BorderWidth= "1px" CellPadding= "5" DataSourceID= "SqlDataSource1" GridLines...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by tcblues on 04-28-2007, 12:00 AM
    Filed under: "AsyncPostbackTrigger", "Update Panel", ajax, ajax .NET 1.0
  • Dynamicaly loading User Controls into UpdatePanel

    I am trying to replace some functionality in an old ASP.NET 1.x application. I was dynamically loading controls into a panel dependent upon the selection of a datagrid. I have found issues with the migration to ASP.NET 2.0 so I am willing to replace it with some new AJAX code. I have tried putting together...
    Posted to ASP.NET AJAX UI (Forum) by Greif on 03-09-2007, 12:00 AM
    Filed under: updatepanel ajax trigger, UpdatePanel AsyncPostBackTrigger JavaScript, UpdatePanel UserControl, "AsyncPostbackTrigger", "Using UpdatePanel", add controls dynamiccaly, ajax, AJAX .NET, ajax .NET 1.0, AJAX ASP.NET, ajax update panel, "Update Panel"
  • Re: how to get which UpdatePanel has posted

    Gents, Actually, it gets worse. Both code blocks above make the assumption that the triggering AsyncPostBackSourceElementID is a child of the UpdatePanel in question. This is by no means a safe assumption. External triggers could set it off. The only way I can see to ensure that you've unequivocally...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by ewlloyd on 12-22-2006, 12:00 AM
    Filed under: updatepanel, "AsyncPostbackTrigger", "Using UpdatePanel", ajax
  • Re: timer control in a custom control

    I've run into the same issue. I have a page with a timer control that simply increments a counter. It is a very simple setup with the timer being initialized from a button. All works fine on the page, but if I copy/paste the exact same code into a UserControl, the timer does not fire. The following...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by jackrizzo on 10-31-2006, 12:00 AM
    Filed under: timer, "AsyncPostbackTrigger", ajax, ajax update panel, Custom Control, Atlas
Page 1 of 1 (4 items)