Server Error in '/' Application.

Invalid column name 'N0'.

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: Invalid column name 'N0'.

Source Error:


Line 113:        if (!Security.IsNullOrEmpty(aNewsEntity.MainLaw) && aNewsEntity.MainLaw != ",,")
Line 114:        {
Line 115:            this.Rp_LawList.DataSource = SqlHelper.ExecuteDataset(BaseConfig.ConnStr, CommandType.Text, "select * from LawList_" + strLan + " where ID in (0" + aNewsEntity.MainLaw + "0) order by sortid");
Line 116:            this.Rp_LawList.DataBind();
Line 117:        }

Source File: g:\pleskvhosts\shiminlaw.com\httpdocs\jp\ShowLectureDetail.aspx.cs    Line: 115

Stack Trace:


[SqlException (0x80131904): Invalid column name 'N0'.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1968714
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4907387
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2412
   System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +59
   System.Data.SqlClient.SqlDataReader.get_MetaData() +83
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +293
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
   System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
   System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +10
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +130
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +94
   DotNetCommon.Data.SqlHelper.ExecuteDataset(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) in E:\ASP.net\CAE\CAE\DotNetCommon\Data\SQLHelper.cs:604
   DotNetCommon.Data.SqlHelper.ExecuteDataset(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) in E:\ASP.net\CAE\CAE\DotNetCommon\Data\SQLHelper.cs:516
   DotNetCommon.Data.SqlHelper.ExecuteDataset(String connectionString, CommandType commandType, String commandText) in E:\ASP.net\CAE\CAE\DotNetCommon\Data\SQLHelper.cs:490
   _ShowLectureDetail.DoBindList() in g:\pleskvhosts\shiminlaw.com\httpdocs\jp\ShowLectureDetail.aspx.cs:115
   _ShowLectureDetail.OnLoad(EventArgs O) in g:\pleskvhosts\shiminlaw.com\httpdocs\jp\ShowLectureDetail.aspx.cs:31
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062