The multi-part identifier "System.Web.UI.WebControls.TextBox" could not be bound.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: The multi-part identifier "System.Web.UI.WebControls.TextBox" could not be bound.
Source Error:
Line 35: myCommand.Connection.Open();
Line 36:
Line 37: SqlDataReader myReader = myCommand.ExecuteReader();
Line 38: myReader1 = myReader;
Line 39: myCommand.Connection.Close();
Source File: C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\Prototype\Prototype\ConnDatabase.cs Line: 37
Line 35: myCommand.Connection.Open ();
Line 36:
Line 37: myReader SqlDataReader = myCommand.ExecuteReader ();
Line 38: myReader1 = myReader;
Line 39: myCommand.Connection.Close ();