Latest web development tutorials

ASP Contents.RemoveAll method

Application Object Reference Complete Application Object Reference

Contents.RemoveAll method from the Contents collection to remove all items.

grammar

Application.Contents.RemoveAll()

Session.Contents.RemoveAll()

For instance Application Object

<%
Application.Contents.RemoveAll()
%>

For instance Session object

<%
Session.Contents.RemoveAll()
%>


Application Object Reference Complete Application Object Reference