CallBack instead of Postback - Ext.Net Panels

  1. #1

    CallBack instead of Postback - Ext.Net Panels

    Hello Together,

    i have an ASP.Net Project which some Ext. Net elements.

    The project is a Dashboard. I use some Ext.Net-Panel's to show some information on the screen.
    Every 5 second the information has to be refreshed, and my problem ist, if i want to refresh a special Panel, the complete page is reloading.

    I want refresh some information after 1 second, some after 5 seconds and some after 10...
    But when i refresh a single panel, i don't want to reload the site.

    I know i have to use a callback function.. not the Postback.. but i don't know how can I implement it.

    How can i do it.. ? Could you help me?

    Greetz
  2. #2
  3. #3
    Quote Originally Posted by Daniil View Post
    Thanks, but how can I start a function which i have write in the .cs ?

    I make the Timer at the ASP/JS area, and the functions to get my informations in the c# code.

    How can i connect now, that i can run the c# function in the timer tick??
  4. #4
    Well, in the example I have mentioned one Task calls the server side RefreshTime method.

Similar Threads

  1. [CLOSED] So many panels and nested panels
    By thchuong in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 03, 2012, 5:23 AM
  2. Replies: 4
    Last Post: Jan 31, 2011, 12:39 AM
  3. sync callback
    By gisxiaowei in forum 1.x Help
    Replies: 0
    Last Post: Aug 20, 2009, 11:50 AM
  4. Callback
    By hbbazan in forum 1.x Help
    Replies: 0
    Last Post: Jul 28, 2009, 3:52 PM
  5. ASP.NET AJAX CallBack
    By tonymayoral in forum 1.x Help
    Replies: 2
    Last Post: Feb 07, 2009, 11:37 PM

Posting Permissions