Development ASP.Net Tutorial

<%@ Page Language="vb" %>

   
      
         Sub Page_Load()
     Application.Clear()
     Message.Text = "There are " & Application.Count & _
        " items in the Application collection."
         End Sub