Browse by Tags

Related Posts

  • Retaining variable during partial page update

    Hi, I have a user control that has a private List. This List objects are populated by an XML feed. In the user control is also an update panel and a timer. I cycle through the List objects every 5 seconds to asynchronously update part of the user control. Basically this is a home page promo module, something...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by hhrahman88 on 11-19-2008, 12:00 AM
    Filed under: timer, updatepanel, load data once, homepage promo
  • AJAX Timer Control in User Control not firing

    I created a user control that contains an Update Panel, a Label, and a Timer. The Timer fires every 2 seconds and updates the label. So long as there is only one instance of the User Control on my page it works fine. If there are two or more instances of the User Control on the page the first instance...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Daren Dahl on 11-18-2008, 12:00 AM
    Filed under: timer, updatepanel, user Control, ajax
  • Multiple Timers in each row of gridview (countdown effect)

    Hi, i am trying to have a gridview and in one of the columns to a countdown using an updatepanel, timer and a simple function that does a simple timespan of a value passing thru the gridview i can get it work but how can i get each gridrow to show its own unique countdown, because right it keeps over...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by echavez on 02-29-2008, 12:00 AM
    Filed under: timer, updatepanel, ajax, help, countdown
  • Data Caching Problem

    Hi All, I am writing a bit of code, sorry for this, but not able to solve this problem, from around 5 weeks, it is like this, In Page_Load(), I will call function by Name, PopulatePanels(), In Private sub PopulatePanels() If Cache( "MainPage" ) Is Nothing Or Cache( "Panel1" ) Is Nothing...
    Posted to State Management (Forum) by Sivaram6244 on 09-12-2007, 12:00 AM
    Filed under: Timer, UpdatePanel, Caching, DataSet, Dataview, Logic Fails Why?
  • AJAX timer and updatepanel updates entire page!!

    Hi, Below is a sample of a very simple page: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="Data_test" Title="Untitled Page" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"...
    Posted to ASP.NET AJAX UI (Forum) by kreid on 07-27-2007, 12:00 AM
    Filed under: Timer, updatepanel, ajax
  • WebPart: "The control with ID 'SearchUpdateProgress' requires a ScriptManager on the page"

    Hi all, I must admit I'm a beginner in ASP.NET so this might be a newbie problem: I am creating a web part with search functionality. The content of a remote search shall then be displayed later. In the meanwhile, an animation shall indicate that the search is still pending. In my web part, I am...
    Posted to ASP.NET AJAX UI (Forum) by buzz-tea on 07-20-2007, 12:00 AM
    Filed under: ScriptManager, Timer, updatepanel, updateProgress
  • Should Page_Init fire on UpdatePanel update?

    Greetings! I am using several updatepanels within my page, and have set them up to update conditionally, with a timer tick event as the trigger. On the page, outside of any updatepanels, I have some dynamically build code, which needs to be rebuild every time a full postback occurs. I am using the updatepanels...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by kanejer on 02-21-2007, 12:00 AM
    Filed under: timer, Update Panel, updatepanel, UpdatePanel AsyncPostBackTrigger JavaScript, UpdatePanel UserControl, "async process", "Using UpdatePanel", ajax update panel, ajax updatepanel trigger
Page 1 of 1 (7 items)