in deep trouble !

A

arvind

hi all,

i am working on java-jsp application and using MS-SQL database.
when i do any update operation using front screen(in html),it gets
updated in the database but it dosen't show those updations in the
front end.

THE UPDATIONS ARE SEEN ONLY WHEN THE "EVERY TIME VISIT TO THIS PAGE"
option in "Tools /Internet Options /Settings " of the toolbar is SET.
OR ELSE I HAVE TO CLOSE THE BROWSER AND THEN OPEN A NE ONE TO GET THE
UPDATIONS.

i can never know what option my client has set on his terminal.

what could be solution so that my code will be independent of the
internet setting?
pllease help me out as i am in great hurry!

thank you.
 
J

jasonha

To force your browser not to cache content, add these two tags to the
header part of your html page:

<META HTTP-EQUIV="Expires" CONTENT="0">
<meta http-equiv="pragma" content="no-cache">


Hope this works for you.

--jason
 
R

Rhino

arvind said:
hi all,

i am working on java-jsp application and using MS-SQL database.
when i do any update operation using front screen(in html),it gets
updated in the database but it dosen't show those updations in the
front end.
I assume that English is not your first language so please be advised that
the word "updations" does not exist in English - or any other language I've
ever heard of!

The word you want is "updates".
 
A

arvind

thanx for the correction Rhino!

I assume that English is not your first language so please be advised that
the word "updations" does not exist in English - or any other language I've
ever heard of!

The word you want is "updates".
 
D

Danno

Rhino said:
I assume that English is not your first language so please be advised that
the word "updations" does not exist in English - or any other language I've
ever heard of!

The word you want is "updates".

But it sure sounds cool
 
A

arvind

hi jaso,
i tried ur solution.
but, i am sory to say that it's not for working for me.
could u get me some other solutions?
waiting for ur relpy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,269
Latest member
vinaykumar_nevatia23

Latest Threads

Top