Server Error in '/' Application.

Input string was not in a correct format.

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: Input string was not in a correct format.

Source Error:


Line 17:             if (!Equals(Page.RouteData.Values["bid"], null))
Line 18:             {
Line 19:                 BindTopArticle(int.Parse(Page.RouteData.Values["bid"].ToString()));
Line 20:             }
Line 21:         }

Source File: c:\HostingSpaces\admin\editabletemplates.com\wwwroot\blog\article.aspx.cs    Line: 19

Stack Trace:


[FormatException: Input string was not in a correct format.]
   System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +14289578
   System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +177
   newblog_article.Page_Load(Object sender, EventArgs e) in c:\HostingSpaces\admin\editabletemplates.com\wwwroot\blog\article.aspx.cs:19
   System.Web.UI.Control.OnLoad(EventArgs e) +109
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


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