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 21: 
Line 22:             Dim GELEN_ID As String = Request("id")
Line 23:             Dim RESIM_URL As String = veri_getir.veri_getir_secmeli(GELEN_ID, "MVK_WEB", "RESIM")
Line 24:             Dim BASLIK As String = veri_getir.veri_getir_secmeli(GELEN_ID, "MVK_WEB", "BASLIK")
Line 25:             'Dim METIN As String = veri_getir.veri_getir_secmeli(GELEN_ID, "MVK_WEB", "METIN")

Source File: C:\Inetpub\vhosts\athapack.com\httpdocs\icerik.aspx.vb    Line: 23

Stack Trace:


[FormatException: Input string was not in a correct format.]
   Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) +224
   Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +92

[InvalidCastException: Conversion from string "yon" to type 'Integer' is not valid.]
   Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +248
   icerik.icerik_PreRender(Object sender, EventArgs e) in C:\Inetpub\vhosts\athapack.com\httpdocs\icerik.aspx.vb:23
   System.Web.UI.Control.OnPreRender(EventArgs e) +9880346
   System.Web.UI.Control.PreRenderRecursiveInternal() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +906


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