Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 30: object [] parvalue = {0,pageIndex,10};
Line 31: SqlDbType [] sqldbType = {SqlDbType.Int,SqlDbType.Int,SqlDbType.Int};
Line 32: DataTable dt = NData.DTProccess._getDT("spResSelect", parName, parvalue, sqldbType, ref total); Error here
Line 33: dlRes.DataSource = dt;
Line 34: dlRes.DataBind();
|