I have a problem. I use ADO and IIS5 to return 900 records from a SQL7 database. I cache the records and display the first 15 records. I then call the same asp file with a parameter to display the second set of 15 records. The problem is the 7110 does not reload the asp file. It appears to be using the cached first page.
Anyone know how I can force the 7110 to reload the asp file ??
Works great on the 6110/6150 simulator but not on the 7110 simulator..
Help !!!
Posted by Andy Haynes, andy@amalgam-net.com
on May 29, 2000 at 05:39
Posted by Dan Nash, dan@catcheye.co.uk
on May 30, 2000 at 13:01
Hi
Had a similar problem trying to search for a picture and display it. The searched worked, but it didn't reload the page to display the new picture. In the end I wrote script to call the page.. using newcontext, refresh and go. Seems to work for me, but dunno whether it will with ASP or not. Cya