Browse by Tags

Related Posts

  • Is it possible to update a control outside of an UpdatePanel?

    I'm using ASP.NET AJAX (VS 2008, v3.5). I am using the EnableHistory to provide users the ability to use back/forward browerser buttons. That part is working fine. However, my UpdatePanel triggers are outside of the UpdatePanel and I need to update those when I load the view via the ScriptManager's...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by jamesewelch on 10-29-2008, 12:00 AM
    Filed under: Trigger, updatepanel, ajax, asp.net, dropdownlist, History
  • Re: AsyncPostBackTrigger programmatically

    /// <summary> /// OnLoad EventHandler for ImageButton /// </summary> /// <param name="sender">Image Button</param> /// <param name="e">Event Arguments</param> protected void ImageButton_OnLoad(object sender, EventArgs e) { try { AsyncPostBackTrigger...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by apoorvs on 07-07-2007, 12:00 AM
    Filed under: Trigger, updatepanel, ajax, asynchronous, AsyncPostBackTrigger
  • Re: Multiple Timers - Only on is ticking

    Here is a solution I was able to use. Perhaps this will help someone visualize it. I have two timers counting off; 1 counts seconds, the other counts 60 seconds. each triggers an update panel which adds a number to a labels current integer value and re-enabled the calling trigger. // codebehind protected...
    Posted to ASP.NET AJAX UI (Forum) by pixelsyndicate on 05-01-2007, 12:00 AM
    Filed under: trigger, Update Panel, ajax
  • AJAX Master Page problem: ContentPlaceHolder1 triggering ContentPlaceHolder2?

    How do I get my content in one place holder to trigger an update panel in another? Here is my code: 1 <asp:Content ID= "NavigationContent" ContentPlaceHolderID= "NavigationPlaceHolder" runat= "server" > 2 <asp:LinkButton ID= "btnViewGalleries" runat= "server" Text= "View Galleries" CausesValidation...
    Posted to ASP.NET AJAX UI (Forum) by alivemedia on 02-09-2007, 12:00 AM
    Filed under: trigger, upadatepanel, Content Page, MasterPage, ajax
Page 1 of 1 (4 items)