473,403 Members | 2,293 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,403 software developers and data experts.

Pageload event is not getting fired in firefox.

Please refer the following URL
I implemeted in the same way as mentioned in following URL
http://bytes.com/topic/c-sharp/answers/253086-pageload-when-back-clicked
i added
<%@ OutputCache Location="None" %>
to my aspx page.
after adding this the page load event is getting fired in IE but not in firefox.

Any help will be higly appreciated.

Thanks
Rupesh
Feb 16 '11 #1
1 2101
Frinavale
9,735 Expert Mod 8TB
Web browsers cache web pages so that when the user hits the back button the web page is instantly displayed.

In other words, when the user hits the back button, a request is never sent to the server because a cached version of the page will be displayed.

You can try using meta tags to indicate that the page expires immediately after it's displayed to the user...but not all browsers pay attention to these meta tags.

-Frinny
Feb 16 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Eitan M | last post by:
Hello, Is there any way to do pageLoad event (which can generaly don in simple HTML), also in frameset. (Or other way doing events when first loading the page, All in frameset). Thanks :)
1
by: Anthony | last post by:
Hi, When I update a datatable through a datagrid the ColumnChanged event is fired. In this event I check if the new value that the user has entered is correct and change it if it's not. My...
0
by: Pohihihi | last post by:
why splitter Moved or Moving events are not fired when docked panel is resized dynamically? After moving panel the actual X and Y of splitter is changed but no event is fired. Only event I see...
0
by: Artur | last post by:
After trying to solve this, I noticed another strange thing. When in secure connection Page_Load method of page is not invoked (Load event not fired). I looked where this method is assigned to this...
2
by: AMDRIT | last post by:
Hello Everyone, I am having an issue where an event appears to be fired repeatedly where I only expect it to be fired once. See below for objects and behaviors. I have a control that contains...
2
by: bbragan | last post by:
I am trying to determine which button on my page initiated the postback. I need to make this determination during the pageload event of the codebehind page. The environment is vb.net 2003 and .net...
0
by: Matt Michler | last post by:
I have a WebUserControl with a custom event, when this event is fired, the delegate or event object is throwing a null reference exception. The odd part of this is, it used to work flawlessly, now...
0
by: radiv | last post by:
My code is in ASP.Net. I have loaded a web page into a web browser and have identified the elements on the web page (buttons) using Ihtmldocument and have my code written to the events. ...
3
by: Gouri.Mahajan7 | last post by:
Hello, I am new to asp.net. Can anybody please tell me which event is fired when we close the browser. I want to remove some resources when the browser close button is pressed. Thanks in advance....
2
by: Num GG | last post by:
Hi all, Given this simple code: <div id="mydiv" ondblclick="alert(id)" //parent div Div4 bla bla bla bla on div 4 <div id="myembeddeddiv"ondblclick="alert(id)" // child div...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.