1066) 12/8/2001 Q165293Q165293 Q165293.html">HOW TO: Declare an Array at Application Level Scope (Q165293) In developing a Web Application, you may want to declare a table of data for use by one or more pages at application level scope. This article demonstrates how to declare, populate, and reference an array that has been declared at applicati
1067) 12/8/2001 Q159977Q159977 Q159977.html">HOW TO: Stop Users from Displaying a Frame Outside its Frameset (Q159977) Microsoft Active Server Pages can be used to prevent Web browsers from calling a document that is supposed to be displayed as a part of a frameset.
1068) 12/8/2001 Q229672Q229672 Q229672.html">HOW TO: Create an Updateable Grid Using the Visual InterDev 6.0 Grid DTC (Q229672) The nature of the Visual InterDev 6.0 Grid Design-Time Control (DTC) is that it is "read only." That is, it is designed to display information in a tabular format and provide navigation controls. However, the information displayed cannot be
1069) 12/8/2001 Q170985Q170985 Q170985.html">FIX: ASP Incorrectly Delivers SSL Data in 32 Kilobyte Segments (Q170985) When you use Secure Sockets Layer (SSL) to access Active Server Pages (ASP) pages, Netscape Navigator may encounter input/output (I/O) rrrors. Microsoft Internet Explorer does not display an obvious error; however, other problems may occur
1070) 12/8/2001 Q176380Q176380 Q176380.html">HOW TO: Use ASP with a SQL Trusted Connection with Guest Account (Q176380) When you use Microsoft SQL Server with Integrated or Mixed Security with Microsoft Internet Information Server (IIS), it may be necessary to access SQL Server from a guest account. You can set up a guest account to work around problems conn
1071) 12/8/2001 Q159976Q159976 Q159976.html">HOW TO: Connect to the Microsoft SQL Server Through the Use of Named Pipes (Q159976) When you connect to Microsoft SQL Server from the Active Server Pages (ASP) using ActiveX Data Objects via named pipes, the client computer must be validated by SQL Server to use the named pipe. If SQL Server is on a different physical comp
1072) 12/8/2001 Q159402Q159402 Q159402.html">HOW TO: Use Response.Redirect in a Server Script (Q159402) The Redirect method of the Response object operates by sending a header to the client. This header causes the client to look to another URL location specified in the header. Because a header must come at the beginning of a document, it is n