473,653 Members | 3,015 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE bug using SmartNavigation ?

Hi

I have a rather lengthy webform I'm working on in which I need the user to
be able to scroll to the same place between postbacks.

I tried turning on SmartNavigation and it seemed to work
fine - the page was was scrolled to the same place between postbacks.
However, iexplorer.exe will throw an error if I close the browser at this
page. If I follow a link from this page to another page or hit "back"
button & close, then browser closes fine. I have no clue why the following
error is thrown:

"The instruction at "0x1003e8d" referenced memeory at "0x1003e8d" . The
memory could not be "read".
Click OK to terminate program

I'm running the latest version of IE
(6.0.2900.2180. xpsp2_rtm.00408 03-2158)...

Like I said - this error only happens if I have SmartNavigation on (I tried
both ways - in @Page directive & setting it by code). Page closes fine w/
out SmartNavigation on..

Anyone have any input/suggestions?

Steve
Nov 18 '05 #1
3 1830
I have seen that error before myself (not sure about the hex addresses) and
could not put my finger on it. I too am running IE
(6.0.2900.2180. xpsp2_rtm.00408 03-2158). Currently it is NOT doing it. But
it WAS doing it on my home PC with my app and at work. I thought maybe it
was just me. Seemed a little scary that a web page could crash the browser.

If I see it again, Smart Navaigation will the first place I investigate.

Do clearing your temp internet cache help at all?

Thanks,
Greg
"Steve Peterson" <sp*******@nosp am.com> wrote in message
news:OZ******** *****@tk2msftng p13.phx.gbl...
Hi

I have a rather lengthy webform I'm working on in which I need the user to
be able to scroll to the same place between postbacks.

I tried turning on SmartNavigation and it seemed to work
fine - the page was was scrolled to the same place between postbacks.
However, iexplorer.exe will throw an error if I close the browser at this
page. If I follow a link from this page to another page or hit "back"
button & close, then browser closes fine. I have no clue why the following
error is thrown:

"The instruction at "0x1003e8d" referenced memeory at "0x1003e8d" . The
memory could not be "read".
Click OK to terminate program

I'm running the latest version of IE
(6.0.2900.2180. xpsp2_rtm.00408 03-2158)...

Like I said - this error only happens if I have SmartNavigation on (I
tried
both ways - in @Page directive & setting it by code). Page closes fine w/
out SmartNavigation on..

Anyone have any input/suggestions?

Steve

Nov 18 '05 #2
Hi Steve:

SmartNav has some known issues and I don't know anyone who has been
entirely happy with it. It's a problem.

If you google for keywords like 'asp.net scroll post back' you can
find some community solutions to the problem. I don't have any
recommendations though.

--
Scott
http://www.OdeToCode.com/

On Wed, 6 Oct 2004 13:55:05 +0200, "Steve Peterson"
<sp*******@nosp am.com> wrote:
Hi

I have a rather lengthy webform I'm working on in which I need the user to
be able to scroll to the same place between postbacks.

I tried turning on SmartNavigation and it seemed to work
fine - the page was was scrolled to the same place between postbacks.
However, iexplorer.exe will throw an error if I close the browser at this
page. If I follow a link from this page to another page or hit "back"
button & close, then browser closes fine. I have no clue why the following
error is thrown:

"The instruction at "0x1003e8d" referenced memeory at "0x1003e8d" . The
memory could not be "read".
Click OK to terminate program

I'm running the latest version of IE
(6.0.2900.2180 .xpsp2_rtm.0040 803-2158)...

Like I said - this error only happens if I have SmartNavigation on (I tried
both ways - in @Page directive & setting it by code). Page closes fine w/
out SmartNavigation on..

Anyone have any input/suggestions?

Steve


Nov 18 '05 #3
Hi Greg

Nooo. clearing cache didn't help... I have a feeling the problem is an
internal problem with IE itself. SmartNavigation probably produces some JS
or something that is sent to the client that IE just doesn't like upon
closing. I don't think this is a .NET bug (since it's IE itself closing on
client side) , but rather an IE bug.. But that's just my humble opinion..

Steve

"Greg Burns" <greg_burns@DON T_SPAM_ME_hotma il.com> wrote in message
news:et******** *****@tk2msftng p13.phx.gbl...
I have seen that error before myself (not sure about the hex addresses) and
could not put my finger on it. I too am running IE
(6.0.2900.2180 .xpsp2_rtm.0040 803-2158). Currently it is NOT doing it. But
it WAS doing it on my home PC with my app and at work. I thought maybe it
was just me. Seemed a little scary that a web page could crash the
browser.

If I see it again, Smart Navaigation will the first place I investigate.

Do clearing your temp internet cache help at all?

Thanks,
Greg
"Steve Peterson" <sp*******@nosp am.com> wrote in message
news:OZ******** *****@tk2msftng p13.phx.gbl...
Hi

I have a rather lengthy webform I'm working on in which I need the user
to be able to scroll to the same place between postbacks.

I tried turning on SmartNavigation and it seemed to work
fine - the page was was scrolled to the same place between postbacks.
However, iexplorer.exe will throw an error if I close the browser at this
page. If I follow a link from this page to another page or hit "back"
button & close, then browser closes fine. I have no clue why the
following
error is thrown:

"The instruction at "0x1003e8d" referenced memeory at "0x1003e8d" . The
memory could not be "read".
Click OK to terminate program

I'm running the latest version of IE
(6.0.2900.2180. xpsp2_rtm.00408 03-2158)...

Like I said - this error only happens if I have SmartNavigation on (I
tried
both ways - in @Page directive & setting it by code). Page closes fine w/
out SmartNavigation on..

Anyone have any input/suggestions?

Steve


Nov 18 '05 #4

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

Similar topics

1
1271
by: Jerad Rose | last post by:
I've done some investigating about various problems with the SmartNavigation feature. It seems to me that the general consensus is to avoid SmartNavigation like the plague. It's really a shame that such a potentially handy feature has been rendered useless because of all of the bugs surrounding it. Has Microsoft acknowledged the existence of the many bugs with SmartNavigation? If so, have we any indication as to if and when these will...
2
1424
by: Snig | last post by:
Hi All I wanted to enable "SmartNavigation" in my site. For this I put <pages smartNavigation="true" /> in web.config file. So far so good. But it causes the link from the aspx pages to the css files be broken. When an aspx page opens up for the first time, it displayed everything fine as per the linked css file. But after postback the page is displayed without any formatting, i.e. as if it could not find the css file.
1
282
by: Alex | last post by:
Hi, Has anybody got the exact client settings needed to run SmartNavigation ? I am trying to use it and have specified the browser as IE 5.5 and above but still some people are having problems with the application. Grateful for any ideas/advice
4
387
by: Dagong Wang | last post by:
Hi, I have an ASP.NET application that works fine in my testing server. However, when I uploaded it into a hosting server, page SmartNavigation option and server side redirection, such as FormsAuthentication.RedirectFromLoginPage, quit working. They told me to recompile the code there, and it did not solve these issues. Do you have any clue what might cause the difference? Thank you very much.
4
1509
by: Bobby | last post by:
Hi all... I rather confuse using smartnavigation in my web application because if I set the "smartnavigation = true" then If I run my app, then after I post page that page, using event dropdownlist1_selectedIndexChanged then the page would't get the css, and then the IE will generate error confirmation dialog, then my browser will be closed. I'm using iframe for my app, 2 frame -> top frame and content frame. I use smartnavigation for...
3
1877
by: Nestus | last post by:
Hi, im developing a solution in ASP.Net, i have a page that i need to use the smartnavigation in true, the problem occurs when i put in the directive @Page SmartNavigation = true my page trhows a error in the next line, i really dont understand why the page trhows that error. Here is the line that make the error. Response.Write("<script language=javascript>window.parent.frames.location='OpcionReporte.a spx';</script>")
0
1339
by: Alfonso Alvarez | last post by:
Hi all: I have a problem with my webpage when I try to make a response.redirect and i have de smartnavigation option set true. If I put smartnavigation to false it works fine, but if I have smartnavigation set true the page does not redirect and it shows me a blank page. Does anybody know how can I make a response.redirect with smartnavigation = true? I have this code: Response.BufferOutput = True
2
2008
by: Wysiwyg | last post by:
Has anyone found a reasonable way to emulate smartnavigation functionality for any browser? I'd really like to avoid creating history entries when posting back to the same page. SmartNavigation takes care of the annoying problem caused by creating a new history entry when a page posts to itself. Only Internet Explorer will support this functionality. When SmartNavigation is enabled the client executes javascript code from the SmartNav.js...
3
2037
by: Ashhad Syed | last post by:
I have turned on smartnavigation=True for some of the forms in my .NET application. It seemed to be working fine on Windows 2000 SP4, which also has VS 2003 installted, but when I moved the application to window 2003 production evnironment, the Smartnavigation stopped working. Any ideas or suggestions would be appreciated. Thanks, Ashhad.
0
8811
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8704
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8470
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8590
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7302
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5620
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4147
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1914
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1591
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.