Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Browser History Getting Cleared Sporadically

Reply
Thread Tools

Browser History Getting Cleared Sporadically

 
 
BrainTop
Guest
Posts: n/a
 
      09-18-2006
This is driving me nuts for last one week. Appreciate any assistance.

I have ASP.NET web application with many pages. Some of them post back
to itself and then links to another page.
Everything was working great so far. Recently we did some modifications
(included a new page) and after that things have gone ugly.

This is the issue: Lets say the user has browsed through number of
pages, came to one particular page (search), posted the form back to
itself and got a result set displayed on a datagrid. (At this stage, if
I click on the little arrow next to BACK button in IE, I can see all
the previous pages listed here ). DataGrid has a hyperlink to another
page (which opens in the same window) and when the user clicks on that
link, new page(ResultDetail) comes up but ALL BUT one entry is REMOVED
from the Back button (meaning, If I click on the little arrow on back
button I can see only the JUST PREVIOUS page). All others are gone. If
they click on a link on this (ResultDetail) page a new page
(Furtherdown) will come, but it holds JUST ONE page(ResultDetail) in
the BACK Button. So, from this page (Furtherdown), the user can only
navigate back to (Resultdetail) and on that page the back button is
eventually disabled.(because it does not hold any other page).

FYI : (I watch the history bar (Ctl + H) while browsing the application
and can see that all pages are still showing up in history as usual.
Its getting cleared only from the Dropdown arrow on BACK button. This
issue happend only on IE, it wokrs fine on Firefox)

This is extremely important for us since users rely on back button a
lot.

I tried everything I can think of but nothing helps. Can anyone help in
this please ?

Thanks.

 
Reply With Quote
 
 
 
 
melissa.nava@gmail.com
Guest
Posts: n/a
 
      09-18-2006
Perhaps this may help:
http://groups.google.com/group/micro...90d7bc6bf97cbf


Or... Are you instantiating a new instance of IE during the process,
that will cause that behavior as well.

Melissa Nava

 
Reply With Quote
 
 
 
 
Andreas Andreas is offline
Junior Member
Join Date: Oct 2006
Posts: 1
 
      10-17-2006
Braintop, its interesting to see someone who is having the same problem as we have in our project.

Your text is an exact description as to what happens in our web application (ASP.Net 2.0). The browsers history list gets deleted for no apparent reason from time to time, which has a big negative impact to our users.

Just by browsing the web site using the menu-system triggers the problem but only periodically (approx 1 out of 5 page visits), but there seems to be no common factor. Instead it feels like its happening by random, both regarding time and what page is visited.

It works fine in Firefox but not in MSIE.

Have put in a lot of hours at this but have found no solution, let alone an understanding to why this occurs.

Have you found a solution to this yet?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP CDO mail only works when browser cache is cleared Henry ASP General 3 11-08-2007 10:04 PM
Firefox history, passwords keep getting cleared drjamie03 Firefox 0 10-14-2007 12:01 AM
Recovering cleared history of IE6 Me/PDX Computer Support 3 03-10-2006 04:24 AM
Re: Dropdown list is getting cleared after button_click event Phil Winstanley [Microsoft MVP ASP.NET] ASP .Net 1 05-16-2004 12:06 AM
Dropdown list is getting cleared after button_click event Tim Zych ASP .Net 0 05-15-2004 05:52 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57