ASP results display in IE, but not Netscape
Question: I have a website that uses ASP to access a database and display information in a table format based on information the user selects on the screen. My ASP
Question: I have a website that uses ASP to access a database and display information in a table format based on information the user selects on the screen. My ASP
Question: I have heard from some that it is a bad idea to return recordsets from COM components and that you should populate a variant array and send that back
If you develop a complex Web application, you may find it a daunting task to keep track of the vast quantities of data on multiple domains in databases that quickly
It is possible to call two different functions when only a single event has occurred; for example, when the user has clicked on a particular button, or when your page
The code below gets the SELECT OPTION that the user has selected (from the SELECT element’s selectedIndex property) and uses that value to determine the correct branch in a case
Microsoft FrontPage makes it easy to define hot spots on a JPG or GIF image. In just a few steps, you can put a graphic to work on your page
Question: I tried using the replace function as shown below, but I receive an error on using “Next i”. Function formatOutput( theText )Dim iDim sNewStringFor i = 1 to Len(theText)
Question: After retrieving data into a recordset object, I want to filter this data. I tried using the objRs.filter method of ADO, but it doesn’t seem to work. This is
Question: I have a problem with the add and update query in SQL. I am trying to update the database with a string which contains one or more apostrophes. SQL