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 'txtSearch' is not declared.

Source Error:


Line 24: 	End Sub
Line 25: 	Protected Sub btnSearch_Click(ByVal sender As Object, ByVal e As ImageClickEventArgs)
Line 26: 		If txtSearch.Text <> String.Empty Then
Line 27: 			Response.Redirect("search.aspx?q=" & txtSearch.Text)
Line 28: 		End If

Source File: E:\inetpub\wwwroot\Kays\thebridge\site.master.vb    Line: 26





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