Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30451: Name 'mainmenu' is not declared.

Source Error:


Line 22: myCommand=new OdbcCommand(strsql, myConnection)
Line 23: myReader=myCommand.ExecuteReader()
Line 24: mainmenu.Text="<ul>"
Line 25: do while myReader.read()
Line 26: 	mainmenu.text=mainmenu.Text & "<li><a href=""lista_deu.aspx?cat=" & myReader(0) & "&pg=1"">" & myReader(1) & "</a></li>"

Source File: D:\inetpub\webs\casamiamarcheit\_deu\printdet_deu.aspx    Line: 24






Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8974