devxlogo

August 20, 1999

Control How Browsers Cache Your Page

Question: Is there a way to force a page to load from the server rather than from the cache? The META refresh and onLoad=reload() both just send the page into

Convert From a String to a Number

Question: If you have a variable with a numeric value represented as a string, how do you convert it to a numeric type in order to use it in a

Problems Connecting to an Access Database

Question: I created an ASP page through Microsoft Access. When I click the hyperlink that runs this page, I get nothing back from the query that is run. It’s almost

Call a DLL From an ASP Page

Question: I used Visual Basic 6 to create an ActiveX control (student.ocx), which the client downloads, and an ActiveX DLL (Math.DLL), which I want to remain on the server. Student.ocx