









Data Hiding: Display Selected Text in HTML File
Question: Is there a way to put text in an HTML file but only have selected text displayed? In place of an application’s scroll window, I want to put in
Question: Is there a way to put text in an HTML file but only have selected text displayed? In place of an application’s scroll window, I want to put in
Question: What can I add to an HTML file presented in a popup window called by a script to automatically close that popup window after so many seconds? I have
Question: When trying to run the SQL statement, I get this error but I don’t know what it means: Microsoft OLE DB Provider for ODBC Drivers error ‘80004005’ [Microsoft][ODBC Microsoft
Question: When my clients enter searching criteria, I want to limit the number of results. For example, if the number of results is over 100, I want the user to
Question: We are now developing a Java-based remote monitoring systemapplication for our SCSI RAID subsystem products. This application canenable our customers to monitor the status, and change theconfiguration, of the
Question: What is the difference between creating objects using Server.CreateObject and the tag? Answer: The difference is when the object is actually created. Server.CreateObject makes an object whenever the code
Question: I want to open a small ADO recordset from the server and save it the local drive to be used as a disconnected session. Can you tell how to
Question: I need to create a VB utility that will read and parse a flat text log file (no problem here) and then automatically send an email with any error
Question: Our phone numbers are stored in SQL 7 database in the format 9999999999. How can I use ASP to display the phone numbers using the mask (999)999-9999? Answer: You