<%@ Page Language="vb" %> <html> <head> <script runat="server"> Sub Page_Load() Application.Add("Added", "AddedValue") Message.Text = Application(?Added?) End Sub </script> </head> <body> <asp:label id="Message" runat="server"/> </body> </html>