Server Error in '/' Application.

String was not recognized as a valid DateTime.

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.FormatException: String was not recognized as a valid DateTime.

Source Error:


Line 30:     public static DataTable Prv1(string time, string table)
Line 31:     {
Line 32:         string sql = "select top 1 * from " + table + " where Addtime>#" + Convert.ToDateTime(time).ToString("yyyy-MM-dd HH:mm:ss") + "# order by Addtime";
Line 33:         DataTable db = DBHelpers.ExecuteDataTable(DBHelpers.conn, sql, null);
Line 34:         return db;

Source File: d:\hst\chinagusu-zef_8d724767\http\App_Code\PrvNext.cs    Line: 32

Stack Trace:


[FormatException: String was not recognized as a valid DateTime.]
   System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) +12836419
   System.Convert.ToDateTime(String value) +88
   PrvNext.Prv1(String time, String table) in d:\hst\chinagusu-zef_8d724767\http\App_Code\PrvNext.cs:32
   News_Show.NewsInfo() in d:\hst\chinagusu-zef_8d724767\http\News_Show.aspx.cs:66
   News_Show.Page_Load(Object sender, EventArgs e) in d:\hst\chinagusu-zef_8d724767\http\News_Show.aspx.cs:19
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4682.0