473,466 Members | 1,395 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Is there NO ONE that can help with this error?

gm
This is a repost... starting to feel invisible here... does no one know?

How do you get a web app to not show the 'page has expired...' error and
refresh and requery when you hit the back button after submitting a form? I
just want the old data to still be displayed in the form so the user can go
back, make a few changes, and submit again.

I checked knowledge base for this and I do not have "Do not save encrypted
pages to disk" checked and the user is running IE
6.0.2900.2180.xpsp_sp2_rtm.040803-2158 I am running server2003 and
IE 6.0.3790.0 update version 3283 and I don't have the problem.

thanks.

Jul 21 '05 #1
5 1356
"gm" <a-******@microsoft.com> wrote:
This is a repost... starting to feel invisible here... does no one know?

How do you get a web app to not show the 'page has expired...' error and
refresh and requery when you hit the back button after submitting a form?


You make sure that the page's "<form....>" element specifies
'method="get"'.

Of course, that means that all the submitted data will be visible in
the URL, and that there's a limit on the total amount of data that can
be submitted.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov
Jul 21 '05 #2
http://www.aspfaq.com/5004
http://www.aspfaq.com/2081

Ray at work
"gm" <a-******@microsoft.com> wrote in message
news:41********@news.microsoft.com...
This is a repost... starting to feel invisible here... does no one know?

How do you get a web app to not show the 'page has expired...' error and
refresh and requery when you hit the back button after submitting a form?
I
just want the old data to still be displayed in the form so the user can
go
back, make a few changes, and submit again.

I checked knowledge base for this and I do not have "Do not save encrypted
pages to disk" checked and the user is running IE
6.0.2900.2180.xpsp_sp2_rtm.040803-2158 I am running server2003 and
IE 6.0.3790.0 update version 3283 and I don't have the problem.

thanks.

Jul 21 '05 #3
gm
Thank you so much for your reply, I will give it a try.

"Tim Slattery" <Sl********@bls.gov> wrote in message
news:hq********************************@4ax.com...
"gm" <a-******@microsoft.com> wrote:
This is a repost... starting to feel invisible here... does no one know?

How do you get a web app to not show the 'page has expired...' error and
refresh and requery when you hit the back button after submitting a form?


You make sure that the page's "<form....>" element specifies
'method="get"'.

Of course, that means that all the submitted data will be visible in
the URL, and that there's a limit on the total amount of data that can
be submitted.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov

Jul 21 '05 #4
Hi gm - In IE, Tools|Internet Options, on the Security Tab click on the
Internet Icon and then on Custom Level. Under Miscellaneous be sure that
both 'Submit nonencrypted form data' and 'Userdata persistence' are checked
"Enable", the OK out. See if that fixes it for you.

--
Please respond in the same thread.
Regards, Jim Byrd, MS-MVP

In news:41********@news.microsoft.com,
gm <a-******@microsoft.com> typed:
This is a repost... starting to feel invisible here... does no one
know?

How do you get a web app to not show the 'page has expired...' error
and refresh and requery when you hit the back button after submitting
a form? I just want the old data to still be displayed in the form
so the user can go back, make a few changes, and submit again.

I checked knowledge base for this and I do not have "Do not save
encrypted pages to disk" checked and the user is running IE
6.0.2900.2180.xpsp_sp2_rtm.040803-2158 I am running server2003 and
IE 6.0.3790.0 update version 3283 and I don't have the problem.

thanks.


Jul 21 '05 #5
gm
Thanks! I'll give it a try.

"Jim Byrd" <jr****@spamlessadelphia.net> wrote in message
news:#F**************@TK2MSFTNGP10.phx.gbl...
Hi gm - In IE, Tools|Internet Options, on the Security Tab click on the
Internet Icon and then on Custom Level. Under Miscellaneous be sure that
both 'Submit nonencrypted form data' and 'Userdata persistence' are checked "Enable", the OK out. See if that fixes it for you.

--
Please respond in the same thread.
Regards, Jim Byrd, MS-MVP

In news:41********@news.microsoft.com,
gm <a-******@microsoft.com> typed:
This is a repost... starting to feel invisible here... does no one
know?

How do you get a web app to not show the 'page has expired...' error
and refresh and requery when you hit the back button after submitting
a form? I just want the old data to still be displayed in the form
so the user can go back, make a few changes, and submit again.

I checked knowledge base for this and I do not have "Do not save
encrypted pages to disk" checked and the user is running IE
6.0.2900.2180.xpsp_sp2_rtm.040803-2158 I am running server2003 and
IE 6.0.3790.0 update version 3283 and I don't have the problem.

thanks.

Jul 21 '05 #6

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

Similar topics

0
by: Cary | last post by:
Trying to install on SuSE 8.2 from source. ../configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-unixODBC=/usr/lib getting this error: /root/php-4.3.2/ext/odbc/php_odbc.c -o...
0
by: tyousaf | last post by:
Hi i am new to mysql and mysql++, i have installed mysql server, it is running fine. i also installed "mysql++-1.7.9gcc3.2-2.i386.rpm" (i have gcc 3.3) , first of all as the readme file says to do...
14
by: Gregory L. Hansen | last post by:
I can't seem to make a queue of objects, using the STL queue. I'm trying to make a little event manager, and I just want someplace to store events. The method definitions for EventManager have...
0
by: Norm Wong | last post by:
If anyone is interested in using db2uext2 with Cygwin gcc compiler on Windows, I've modified the IBM provided sample with the attached file. There are two main modifications. The mkdir command...
5
by: azgoddess1 | last post by:
During the installation I get these error messages: ***** SQL1390C The environment variable DB2Instance is not defined or is invalid An error ocured while loading the command "C:\Program...
3
by: ChrisWinterscheid | last post by:
We are running DB2 8.1 on AIX 5.2. DB2level shows: DB21085I Instance "db2inst1" uses "32" bits and DB2 code release "SQL08016" with level identifier "02070106". Informational tokens are "DB2...
10
by: Protoman | last post by:
Could you tell me what's wrong with this program, it doesn't compile: #include <iostream> #include <cstdlib> using namespace std; class Everything { public: static Everything* Instance()
2
by: BruceWho | last post by:
I downloaded boost1.35.0 and built it with following command: bjam --toolset=msvc-7.1 --variant=release --threading=multi -- link=shared --with-system stage and it failed to compile, error...
2
by: beet | last post by:
Hi all, I tried to declare a c++ struct like following in a header file: ------ 1 #ifndef _SEARCHDATA_H_ 2 #define _SEARCHDATA_H_ 3 4 #include <vector> 5 #include <list>
1
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click...
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
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,...
1
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
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...
0
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...
0
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 ...

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.