Development ASP.Net Tutorial

<%@ Page Language="vb" %>

   
      
  Sub Page_Load()
     Application.RemoveAll()
     Application("GetKeyTest") = "Got it!"
        Message.Text = "Key of Application(0) = " & Application.GetKey(0) & "
(Should be GetKeyTest)"
  End Sub