Version: 3.0
The Contents.RemoveAll method is used to remove all items from a Contents collection.
The Contents.RemoveAll method deletes all items that are in the Application.Contents
collection.
Remember to include the pair of empty ( ).
<%
Application.Contents.RemoveAll( )
%>