Categories
Search → asp server object

Send email code for any components

This a protocol built for any website. You just have to call a function from your asp code and you can send the email. Currently supports persitsaspmail, jmail, jmailhtml, serverobjectsaspmail1, serverobjectsaspmail2, cdonts, cdontshtml, bamboosmtp, ...
DETAILS

Improve your ASP.NET Site performance with Caching

Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A ...
DETAILS

Storing and retrieving variables from application object

In this tutorial, we will take a look at Application Object. When you''ve used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the informat...
DETAILS

ASP Server Object

The Server object provides access to properties and methods on the server. Much of functionality it provides is simply functionality the web server itself uses in the normal processing of client requests and server responses. In this tutorial the syn...
DETAILS

ASP Session Object

The Session object stores information needed for a particular user''s session on the web server. It is automatically created every time when an ASP page from the web site or web application is requested by a user who does not already have a sess...
DETAILS
©2003-2019 jCay.com