473,569 Members | 2,691 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Any cool solution to save ENTIRE screen content and state?

We have an ASPX (C#) webform which hosts dropdownlists, textboxes, grids,
checkboxes, etc.
The users want to:

#1 - "FREEZE" the entire webpage contents (and state)
#2 - move IE browser to another URL (possibly several URLs ... maybe
even terminate the session and restart another session an hour+ later)
#3 - but eventually to return to the original FROZEN page
#4 - and .... shazam .... everything is exactly like they left it

I know I could write code to save the contents and state of each control
into the database ONE CONTROL AT A TIME. Then reconstitute the form later ONE
CONTROL AT A TIME. But that would be SOOOOOO much work.

Does anyone know a COOL way to capture

#1 - an entire webpage and state in a serializable form
#2 - save the capture to a database file
#3 - reconstitute the entire saved page later

Thanks - Volking

P.S. this entire operation happens in an HTTPS environment where users are
authenticated against Active Directory. So security is ok.

--
Frederick Volking
System Architect
SC Dept of Juvenile Justice
Aug 23 '05 #1
2 1563
=?Utf-8?B?Rmxhc2hNZXJ sb3Q=?= wrote on 23 aug 2005 in
microsoft.publi c.inetserver.as p.general:
We have an ASPX (C#) webform which hosts dropdownlists, textboxes,
grids, checkboxes, etc.
This is a classic ASP NG.

For ASP.NET please ask in a dot.net NG

Does anyone know a COOL way to capture


Perhaps it is the big pond interfering,
but what the heck is "a COOL way"?
Something to do with processor temperature?

;-))

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Aug 23 '05 #2
This is not an ASP.NET question, but yes it can be done.

My first try, if you use it, is to grab the entire viewstate as name value
pairs and persist it as a chunk. You can then match controls to saved state
and shazam. If you are not using ViewState, you can still iterate through the
controls, but realize that with either, a person changing state and closing
the browser without saving will end up with a page in flux.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** ************
Think Outside the Box!
*************** ************
"FlashMerlo t" wrote:
We have an ASPX (C#) webform which hosts dropdownlists, textboxes, grids,
checkboxes, etc.
The users want to:

#1 - "FREEZE" the entire webpage contents (and state)
#2 - move IE browser to another URL (possibly several URLs ... maybe
even terminate the session and restart another session an hour+ later)
#3 - but eventually to return to the original FROZEN page
#4 - and .... shazam .... everything is exactly like they left it

I know I could write code to save the contents and state of each control
into the database ONE CONTROL AT A TIME. Then reconstitute the form later ONE
CONTROL AT A TIME. But that would be SOOOOOO much work.

Does anyone know a COOL way to capture

#1 - an entire webpage and state in a serializable form
#2 - save the capture to a database file
#3 - reconstitute the entire saved page later

Thanks - Volking

P.S. this entire operation happens in an HTTPS environment where users are
authenticated against Active Directory. So security is ok.

--
Frederick Volking
System Architect
SC Dept of Juvenile Justice

Aug 23 '05 #3

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

Similar topics

8
31492
by: Pavan Arise | last post by:
Dear all.. I have a picturebox filled on a form. The picturebox has some graphics displayed on it.I was trying to save the picturebox, but continuesly failed to do so. I am clueless of why it is happening. I tried to save the image of the form & also the picturebox, but always, i see a blank file saved. Is there a way to save whatever is...
4
25008
by: Andras Gilicz | last post by:
Hi VB fans I'm working on a relatively large project in VB6 with about a dozen forms, including graphs, labels, text boxes, etc. The software itself is actually a flow simulator with more or less complex technical calculations, several input variables. I would like to equipp the starting panel with the usual New, Open, Save, Save As, Close...
7
15956
by: BBB | last post by:
I have a web form with a <div> section ... I have it setup so the Update/Cancel buttons are fixed at the bottom of the screen while the content of the form is in the <div> and scrolls. Nice to the end user ... but when they go to print ... of course they only get a portion of the entire web site. I've searched and found references to CSS...
7
3688
by: joseph.inglis | last post by:
I have a web browser object on a form which I have set to edit mode and use the UCOMIConnectionPointContainer interface to hook in and catch events. All working sweetly. Except there are instances where i rewrite the Document.Content and the
1
1429
by: FlashMerlot | last post by:
We have an ASPX (C#) webform which hosts dropdownlists, textboxes, grids, checkboxes, etc. The users want to: #1 - "FREEZE" the entire webpage contents (and state) #2 - move IE browser to another URL (possibly several URLs ... maybe even terminate the session and restart another session an hour+ later) #3 - but eventually to return to...
5
1892
by: navicom | last post by:
How I can copy an screen area (in C# Pocket PC) in order to modify and then to restore de original content ? Thanks in advance.
4
6249
by: Jonny | last post by:
Hello Group How do I open a Save File Dialog from an ASPX page behind a browse button? Any help would be fantastic!! I am using ASP.NET 1.1 using VB.NET as the coding language TIA
1
5663
by: davidr | last post by:
Hi, I am using Divs with CSS to setup a layout for a site. I am using the <Div>s and style sheets below. I want the TopMenu to go across the entire top of the browser. It does go across the entire top, but let say my screen resolution is 800x600 and the "Content" Div forces scroll bars for the user to scroll to the right to see an object...
14
3424
by: fdu.xiaojf | last post by:
Hi, I have a program which will continue to run for several days. When it is running, I can't do anything except waiting because it takes over most of the CUP time. Is it possible that the program can save all running data to a file when I want it to stop, and can reload the data and continue to run from where it stops when the computer...
0
7612
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
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. ...
0
8122
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...
0
7970
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...
1
5513
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5219
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...
0
3653
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...
1
2113
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
1
1213
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.