Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6925055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:44:27+00:00 2026-05-27T10:44:27+00:00

I have some sort of a strange problem, I have an update panel which

  • 0

I have some sort of a strange problem, I have an update panel which is triggerd by a timer.

Also I have on this page is a function that calls the DB and retrieves data from it. the function does not being called from the update panel or even related to it.

the problem is that I see in my log file that every time there is a tick and the update panel being updated there is also a call to my DB server (this function is in the page_Load section ) to retrieve the data again. but the page doesn’t seem to do a full postback (It stays the same and doesn’t looks like being reloaded)

my code:

<asp:Timer runat="server" id="UpdateTimer" interval="5000" ontick="UpdateTimer_Tick" />
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
    <Triggers>
        <asp:AsyncPostBackTrigger controlid="UpdateTimer" eventname="Tick" />
    </Triggers>
    <ContentTemplate>
        <span id="s1" runat="server"></span>
    </ContentTemplate>
</asp:UpdatePanel>  

and code behind:

protected void UpdateTimer_Tick(object sender, EventArgs e)
{
    DateTime dt = TimeConvertor.getCurrentGameTime();
    s1.InnerText = String.Format("Current game time: {0:dd/MM/yyyy HH:mm}", dt);
}

The function to retrieve data from the DB is in the page_load of the page.

Any help is appreciated

Thank you

Doron

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T10:44:28+00:00Added an answer on May 27, 2026 at 10:44 am

    Using the Update panel doesn’t refresh whole page, only controls inside update panel, but when Partial Update is executed all the server page life-cycle events occur, and view-state and form data are preserved, but when rendering page only part of update panel is rendered and returned to user.

    Go to this link Partial page rendering

    and scroll to the section background.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some sort of recursive function, but I need to parse a string,
I have some sort of a design problem with my Django AJAX application. I
One of the huge benefits in languages that have some sort of reflection/introspecition is
In my limited experience, I've been on several projects that have had some sort
I have found that I often have to implement some sort of a scheduler
I have some old code that uses qsort to sort an MFC CArray of
I have some PHP code which allows me to sort a column into ascending
I often find this strange CDATA tag in XML files: <![CDATA[some stuff]]> I have
We have a very strange problem which we have yet to be able to
I have a java application that stores some GPS data in a strange format:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.