How to Create an .A5W Page that Requires Basic Authentication
/documentation/pages/HowTo/Security/Page with Basic Authentication.xml
Basic Authentication is a simple HTTP form of authentication which can be used to restrict access to your server or web service.
SQL::ResultSet ToString Method
/documentation/pages/Ref/Api/Namespace/SQL/ResultSet/ToString Method.xml
Copy the ResultSet to a string.
SQL::RowFormattingOptions Object
/documentation/pages/Ref/Api/Namespace/SQL/RowFormattingOptions/index.xml

Options for formatting string output from a result set.

Using Redis Increment
/documentation/pages/Guides/Services/Redis/Increment Example.xml
Redis can *[extlink:atomically@https://en.wikipedia.org/wiki/Linearizability]* increment an existing Redis key value.
Geographic Databases
/documentation/pages/Guides/Databases/Geography/Geographic Databases.xml
Covers what makes good geographic data, what nomenclature is used for geographic data, and how to create a table with geographic data.
REST Reference Builder
/documentation/pages/Guides/Services/Consuming REST Services/REST Reference Builder.xml

The REST Reference Builder is used to define endpoints, authentication requirements, and more for querying a third-party REST API.

How to configure a site to use HTTPS under IIS
/documentation/pages/HowTo/IIS/Configure a site to use HTTPS.xml

Installing an SSL/HTTPS certificate for a site running under IIS is straight forward. The IIS server maintains a list of available certificates that have been added to it and each site has an HTTPS binding that uses one of those certificates.

A certificate authority typically has it's own form for making a certificate request, but you may also create a standard certificate request file that is a plain text file and can be used by a certificate authority instead. This may be needed if the certificate authority's certificate request form does not have all the settings that you need for specifying certificate properites.

The instructions below show how a certificate request file can be created, how the returned .pfx or .cer certificate from the certificate authority can be added to an IIS server, and how to set which certificate is used by a site in IIS.

onImageError
/documentation/pages/Guides/Mobile and Web Components/Grid/Code/Client-side Events/onImageError.xml
Fires when an image in an element was not found. The e object passed in has an 'element' property.
DotNet Example: Working with Streams
/documentation/pages/Guides/Dotnet Integration/Examples/DotNet Example__COLON__ Working with Streams.xml
Occasionally a .NET function will require that you pass or receive a stream as a parameter. This example shows how to create a stream to upload a file.
onImageError
/documentation/pages/Guides/Mobile and Web Components/UX/Events/Client-Side Events/onImageError.xml
Fires when an image in an element was not found. The e object passed in has an 'element' property.