I am reading the book ASP.ET1.1 with
VB.NET 2003.
In the exercise of chapter 12 i have to move the
VB.Net code to the associated code-behind file.
I am having a problem.
I have a asp.net file called merchandise.aspx and in it i have an Application object that
stores the user's password. Then i created a code-behind file and called it
merchandise.aspx.
vb and tranfered all the code inside the <script> tag into this file under
a new class.I included the Page directive with the new class in the merchandise.aspx
file.Now if i run the merchandise.aspx file it says that
BC30451: Name 'Application' is not declared.
Is there any thing i should include in the .aspx.
vb file for it to access the Application
object.
Thanks in Advance!