473,698 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASPX page is in memory

Hello All:

I have an ASPX A.ASPX where I am displaying realtime data using embedded
ASPX page B.ASPX. When I go to next page/previous page from A.ASPX page, I
am able to go to next/previous page but when I try to perform any action on
next/previous page, it gives me an internet explorer error. I have added a
function 'onunload' on clientside in A.ASPX. I never see that onunload
function is getting called when A.ASPX is switched to next or previous page.
I beleive that this page(A.ASPX) is still in memory.

Please help me out to solve this issue. Please let me know if you need more
information.

Thanks in advance.

Regards
Arunesh Mohan
Mar 28 '07 #1
3 1879
Can you show exactly what you mean by "embedded
ASPX page B.ASPX"?
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Arunesh Mohan" wrote:
Hello All:

I have an ASPX A.ASPX where I am displaying realtime data using embedded
ASPX page B.ASPX. When I go to next page/previous page from A.ASPX page, I
am able to go to next/previous page but when I try to perform any action on
next/previous page, it gives me an internet explorer error. I have added a
function 'onunload' on clientside in A.ASPX. I never see that onunload
function is getting called when A.ASPX is switched to next or previous page.
I beleive that this page(A.ASPX) is still in memory.

Please help me out to solve this issue. Please let me know if you need more
information.

Thanks in advance.

Regards
Arunesh Mohan

Mar 28 '07 #2
Hello Peter:

Thanks for your response.

I have another ASPX page B.ASPX and this page is an embedded page for
A.ASPX. I have included B.ASPX as an embedded page in the A.ASPX as follows

<OBJECT id="B" style="Z-INDEX: 101; WIDTH: 1px; HEIGHT: 0px"
type="text/x-scriptlet" height="0" width="0" data="B.aspx" VIEWASTEXT
Design_Time_Loc k="True">

I am refreshing the B.ASPX every one second interval. It is reading the
realtime data from H/w device and displaying on the A.ASPX.

Thanks in advance
Arunesh

"Peter Bromberg [C# MVP]" wrote:
Can you show exactly what you mean by "embedded
ASPX page B.ASPX"?
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Arunesh Mohan" wrote:
Hello All:

I have an ASPX A.ASPX where I am displaying realtime data using embedded
ASPX page B.ASPX. When I go to next page/previous page from A.ASPX page, I
am able to go to next/previous page but when I try to perform any action on
next/previous page, it gives me an internet explorer error. I have added a
function 'onunload' on clientside in A.ASPX. I never see that onunload
function is getting called when A.ASPX is switched to next or previous page.
I beleive that this page(A.ASPX) is still in memory.

Please help me out to solve this issue. Please let me know if you need more
information.

Thanks in advance.

Regards
Arunesh Mohan
Mar 28 '07 #3
Id hope theres a reason for you doing it this way. I would have thought
using one of the following would be a better way:

1. Using MS AJAX 1.0 to perform partial page updates using a timer control
2. Using a javascript timer to refresh the whole page ever n seconds
3. (worst case) use an IFRAME and reload that every 1 second

Roy.

"Arunesh Mohan" wrote:
Hello Peter:

Thanks for your response.

I have another ASPX page B.ASPX and this page is an embedded page for
A.ASPX. I have included B.ASPX as an embedded page in the A.ASPX as follows

<OBJECT id="B" style="Z-INDEX: 101; WIDTH: 1px; HEIGHT: 0px"
type="text/x-scriptlet" height="0" width="0" data="B.aspx" VIEWASTEXT
Design_Time_Loc k="True">

I am refreshing the B.ASPX every one second interval. It is reading the
realtime data from H/w device and displaying on the A.ASPX.

Thanks in advance
Arunesh

"Peter Bromberg [C# MVP]" wrote:
Can you show exactly what you mean by "embedded
ASPX page B.ASPX"?
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Arunesh Mohan" wrote:
Hello All:
>
I have an ASPX A.ASPX where I am displaying realtime data using embedded
ASPX page B.ASPX. When I go to next page/previous page from A.ASPX page, I
am able to go to next/previous page but when I try to perform any action on
next/previous page, it gives me an internet explorer error. I have added a
function 'onunload' on clientside in A.ASPX. I never see that onunload
function is getting called when A.ASPX is switched to next or previous page.
I beleive that this page(A.ASPX) is still in memory.
>
Please help me out to solve this issue. Please let me know if you need more
information.
>
Thanks in advance.
>
Regards
Arunesh Mohan
>
>
Mar 28 '07 #4

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

Similar topics

10
1428
by: Jon Maz | last post by:
Hi, My goal is to take the entire html/javascript stream spat out by .aspx pages and save them as simple strings in a database (for caching purposes). I'm not sure how I can get hold of this html stream, though - does anyone have any strategies / code samples to get me going? Thanks,
3
2767
by: Brad | last post by:
I have an aspx web page which initially displays fine. When I postback the resulting response back to the client output is causing InternetExplorer 6 to crash. I've disabled the server side code for the submit button so what is be going back to the client is just a recyling of the content. I used a responsefilter to capture the initial content and the content which caused IE to crash: Comparing the two files using a file compare...
1
1556
by: Guadala Harry | last post by:
Suppose two different servers (two different physical machines - no clustering or farming going on here) on the same network: 1: Web Server (2003/IIS6) 2: SQL Server .... and an ASP.NET Web application running of course on the Web Server. The Web application serves up a product catalog (Catalog.ASPX); all the data that appears on Catalog.ASPX page is retrieved at runtime from the SQL Server database. Users can click a button in the...
2
1059
by: Gina L. Hernandez | last post by:
Hello: From an aspx.net , I am trying to call a second one when a user presses a button. On the second page he selects a row in a data grid, after this I need to return the control to the first page preserving all the fields that the users has previously filled in, adding values of the selected row. Now ,I am using server.transfer and response.redirect with the preserve parameter set to TRUE, but it's like the page is being loaded as...
5
3166
by: z. f. | last post by:
hi, i have a vb.net web application and i make a request using internet explorer to an aspx page. the aspx page size if over 170KB, and the page in internet explorer looks truncated and in the view-source the text/html is truncated in the middle of a line. the last line looks like that: <td with and that's it. i checked the HTTP headers and saw that the aspx page have a Transfer-Encoding: chunked header, while asp page that have the...
21
2948
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have updated this system and changed the pages that are saved to the server as aspx - everything works fine and pages can be served - but Its not impossible for a single client to request 100 plus pages in one session - as each page is requested it is...
2
1518
by: Jim712 | last post by:
I am trying to embed an aspx page within another aspx page. Is it possible to persist the data to the embedded page?
2
1146
by: KN | last post by:
Hello, Is it possible to provide the .aspx mark up to the buildmanager from a resource for compilation and load it whithout having the .aspx file in the virtual folder? Since, the registered HTTP module is being executed before the .aspx page is compiled I was thinking it should be possible, but I can't seem to find a way. I was able to create the .aspx file physically using the
4
6831
by: Neil.Smith | last post by:
I can't seem to find any references to this, but here goes: In there anyway to parse an html/aspx file within an asp.net application to gather a collection of controls in the file. For instance what I'm trying to do is upload a html file onto the web server, convert it to aspx file and then parse it for input tags/controls, which in turn will become fields in a newly created database table. Clearly when the aspx file is called the...
0
8674
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9026
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
8893
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
8861
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
5860
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
4366
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
3045
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2328
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2001
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.