Saturday, March 24, 2012

Ajax Timer Control Refresh Problem Only In Production

Hi All,

I had a page, which display long content, i had a scroll bar for the page. I had a updatepanel in the page, with ajax timer control, this timer will raise event timer_tick for every 3000 milli seconds, then i will query the database and get some data and display in the updatepanel, now this updatepanel is location at the bottom, when i am moving cursor to the top of the page, my cursor position is coming down to the updatepanel even though when i am moving the mouse to the top of the page, through scroll bar of the page, it is not going to the top, don't why it is happening only in production environment, can anyone kindly please help on this issue.

Thanks & Regards,

Karthikeyan.

Hi Karthikeyan,

Do you set like this:

<%@. Page Language="C#"MaintainScrollPositionOnPostback="true" %>

Hope this help.

Regards,

No comments:

Post a Comment