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 'iltext' does not exist in the current context

Source Error:


Line 23:     {
Line 24:         string c = "0";
Line 25:         if (adbox.Checked == true && sehirbox.Checked == true) { if (iltext.Text == "" && TextBox1.Text == "") { hatalabel.Text = "HATA Boş Alanlar"; return; } }
Line 26: 
Line 27:         if (sehirbox.Checked == true && iltext.Text == "") { hatalabel.Visible = true; hatalabel.Text = "Şehir Seçmelisiniz"; return; }

Source File: d:\webserver\nakliyefirmalari.com\httpdocs\demiryolu_Nakliyat.aspx.cs    Line: 25