473,387 Members | 1,925 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Browser refreshing

I have an aspx page that does a postback every 2 minutes. However, some
browsers are not getting the changed/updated information all the time. The
application builds 3 GridViews from different datasources (SQL Server). All
browsers are set to "check for new versions Automatically". Is there
anything I can do on the aspx page so that all users will get the same
result? This is an intranet application. Thanks.

David
Nov 20 '08 #1
2 1244
On Nov 20, 9:03*pm, "David C" <dlch...@lifetimeinc.comwrote:
I have an aspx page that does a postback every 2 minutes. *However, some
browsers are not getting the changed/updated information all the time. *The
application builds 3 GridViews from different datasources (SQL Server). *All
browsers are set to "check for new versions Automatically". Is there
anything I can do on the aspx page so that all users will get the same
result? *This is an intranet application. *Thanks.

David
Hi David

is this about IE6 only?

If yes, look at the following post
http://forums.asp.net/p/1334542/2685559.aspx
Nov 20 '08 #2
Yes, I think so since all problem users have IE6. However, I looked at the
forum example and I'm not sure how to do what is suggested (use #none in the
href) as I am using the following Javascript that fires my LinkButton:

<script language="javascript" type="text/javascript">
var dtoday = new Date();
var day = dtoday.getDay();
//if not Sunday or Saturday then do postback
if ((parseInt(day) != 0) && (parseInt(day) != 6))
{
//Refresh page every 120 seconds - 2 minutes
window.setTimeout("__doPostBack('LBtnRefresh', '')", 120000);
}
</script>

Thanks.
David

"Alexey Smirnov" <al************@gmail.comwrote in message
news:7b**********************************@t11g2000 yqg.googlegroups.com...
On Nov 20, 9:03 pm, "David C" <dlch...@lifetimeinc.comwrote:
I have an aspx page that does a postback every 2 minutes. However, some
browsers are not getting the changed/updated information all the time. The
application builds 3 GridViews from different datasources (SQL Server).
All
browsers are set to "check for new versions Automatically". Is there
anything I can do on the aspx page so that all users will get the same
result? This is an intranet application. Thanks.

David
Hi David

is this about IE6 only?

If yes, look at the following post
http://forums.asp.net/p/1334542/2685559.aspx
Nov 21 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Matt | last post by:
By using javascript, is it possible to disable the REFRESH functionality (F5 or refresh icon) in a browser? Please advise. Thanks!!
8
by: ds_lewis | last post by:
Is there a way to tell when the user closes the browser that doesn't also happen when a page is merely being refreshed? Thanks, Targus
6
by: hemant.singh | last post by:
Hi all, I am trying to get a way by which I'll know exactly when user goes out of my site by clicking on close button in browser, So that w/e user click close button in browser, I can send a...
1
by: karthik juneni | last post by:
Hi all, Iam trying to capture windows closing event (i.e) when the user clicks on the "X" button i want to capture that event and want to update some values in the database.I tried two methods...
1
by: bnashenas1984 | last post by:
Hi everyone I'v seen several websites doing what I'm asking now but I don't know how they do it. Lets say we have an E-commerce website that has a shopping cart inside an IFrame which shows what...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.