Browse by Tags

Related Posts

  • 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: updatepanel, "async process", "Using UpdatePanel", timer, ajax update panel, Update Panel, UpdatePanel AsyncPostBackTrigger JavaScript, ajax updatepanel trigger, UpdatePanel UserControl
  • 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: updatepanel, updateProgress, ScriptManager, Timer
  • 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: updatepanel, ajax, Timer
  • 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: Caching, Logic Fails Why?, DataSet, Dataview, UpdatePanel, Timer
  • 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: updatepanel, ajax, timer, countdown, help
Page 1 of 1 (5 items)