Lexx
Крутой иБаер
пепец голосовалка не доделанная... как ее еще не ломанули
в aspx я не силен, больше в пхп, но вот что выттащил:
10 голосов за 5 минут
в aspx я не силен, больше в пхп, но вот что выттащил:
Код:
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 141: pds.PageSize = 10; Line 142: pds.AllowPaging = true; Line 143: pds.CurrentPageIndex = Convert.ToInt32(string.IsNullOrEmpty(Request["page"]) ? "0" : Request["page"]); Line 144: DrawPager(pds.PageCount); Line 145: Source File: c:Webmiss.bustier.ruvotingindex.aspx.cs Line: 143 Stack Trace: [FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +254 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +182 System.Convert.ToInt32(String value) +53 index.InitList() in c:Webmiss.bustier.ruvotingindex.aspx.cs:143 index.Page_Load(Object sender, EventArgs e) in c:Webmiss.bustier.ruvotingindex.aspx.cs:26 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +58 System.Web.UI.Control.OnLoad(EventArgs e) +127 System.Web.UI.Control.LoadRecursive() +101 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2588 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
10 голосов за 5 минут