Ask a Question related to ASP Database, Design and Development.
-
weidong yuan #1
Data always is saved twice
Hello,
I developed web application with ASP. It was running well in most computer.
Only few computers have this problem that when people wants to save data,
the data always was saved twice.
Does anybody know where the problem comes from, coding or computer setting
or Internet explorer setting?
Thanks in advance,
Wilton
weidong yuan Guest
-
How is pdf saved??
How do I determine how a pdf is saved when I am on the receiving end of that pdf? Standard, High Quality Print, Press quality, etc? Thanks! -
eps saved back from v9 to v8
I have twice recently been sent an eps which I was assured had been saved back to Illustrator 8 - which is what I have. (Two different files from two... -
ViewSate is not saved
I have written a custom control. Everything works fine until I place my control inside a repeater. When I do that the viewstate of my control is... -
where session ID is saved?
Hi, I'm a first time user of sessions. The problem deals with data storing in sessions, and is shortly explained here:... -
Saved images
I only have Dreamweaver on my computer so I had to download the 30-day trial of Fireworks for this class. After my trial period was over this last... -
Ken Schaefer #2
Re: Data always is saved twice
I suspect a coding problem...
But, you could look in the IIS logfiles, and check to see whether the user
is sending two requests to IIS in a row...
Cheers
Ken
"weidong yuan" <wdyuan@telus.net> wrote in message
news:uFBoUcsaEHA.2792@TK2MSFTNGP09.phx.gbl...
: Hello,
: I developed web application with ASP. It was running well in most
computer.
: Only few computers have this problem that when people wants to save data,
: the data always was saved twice.
:
: Does anybody know where the problem comes from, coding or computer setting
: or Internet explorer setting?
:
: Thanks in advance,
:
: Wilton
:
:
Ken Schaefer Guest
-
Cowboy \(Gregory A. Beamer\) [MVP] #3
Re: Data always is saved twice
What version of Internet Explorer. One of the 5.x versions had a double
submit bug. If it is one of these, there are patches on Microsoft.
You can also code a protective measure, which was the only solution prior to
the bug fix. You have to check if the exact data has already been submitted
prior to INSERT. It is relatively easy to check if ALL of the data is the
same and avoid entering it.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************
Think Outside the Box!
************************************************
"weidong yuan" <wdyuan@telus.net> wrote in message
news:uFBoUcsaEHA.2792@TK2MSFTNGP09.phx.gbl...computer.> Hello,
> I developed web application with ASP. It was running well in most> Only few computers have this problem that when people wants to save data,
> the data always was saved twice.
>
> Does anybody know where the problem comes from, coding or computer setting
> or Internet explorer setting?
>
> Thanks in advance,
>
> Wilton
>
>
Cowboy \(Gregory A. Beamer\) [MVP] Guest



Reply With Quote

