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: CS0103: The name 'textoH1' does not exist in the current context

Source Error:


Line 75:         using (StreamWriter cadastro = new StreamWriter(Server.MapPath("cadastro/cadastros_2a_fase.txt"), true))
Line 76:         {
Line 77:                 cadastro.WriteLine("Curso: " + textoH1.Text);
Line 78:                 cadastro.WriteLine("Nome: " + Nome_TXT.Text);
Line 79:                 cadastro.WriteLine("E-mail: " + Email_TXT.Text);

Source File: w:\C_\inetpub\cursoexamedaordem.com.br\Web\Default_cursos_presenciais.aspx.cs    Line: 77






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0