PDA

View Full Version : Display record


yatie
06-13-2003, 09:48 PM
Dear all,

I have problem regarding my calling database for displayed. For add record, i do successfully, but if i save and back to form i want show the record but cannot show it. What can i do?. Here i attach you all my form and post file. I hope u can solve my problem.

yatie.

Bullschmidt
06-16-2003, 12:46 AM
Instead of using JavaScript to go back (which I THINK you're page does), use Response.Redirect "mypage.asp?theid=whatever"

And on each database-orented page, put this toward the top of your code:

Response.Expires = -1000 ' Make browser not cache pg.

Just my $0.02 worth.