Returning data in a neatly formatted HTML page June 10, 1999 Question: I am using a combination of HTML and ASP pages to pull data from a database. I use one HTML page to request the info with a form, which
Convert a Tab to Spaces in Visual InterDev 6 June 10, 1999 Visual InterDev 6 offers a quick way to convert tabs to spaces in your HTML code. Select the area of code in which you want to remove the tabs and
Case Sensitive Comparison With Case-Insensitive Sort Order in SQL Server June 10, 1999 You can achieve case sensitive comparison of strings in queries by converting strings to the binary or varbinary datatype. You cannot achieve this with simple string comparisons if you have