Server Error in '/' Application.

Failed to convert parameter value from a String to a Int32.

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.Exception: Failed to convert parameter value from a String to a Int32.

Source Error:


Line 110:
Line 111:            Throw New System.Exception(ex.Message)
Line 112:            Return Nothing
Line 113:        Finally
Line 114:            da.Dispose()

Source File: C:\HQ_WEB\WEB\Luxa2\new_Luxa2_global\App_Code\SysDbAccess.vb    Line: 112

Stack Trace:


[Exception: Failed to convert parameter value from a String to a Int32.]
   SysDbAccess.ExecuteDataTable(String sql, SqlParameter[] sqlPar) in C:\HQ_WEB\WEB\Luxa2\new_Luxa2_global\App_Code\SysDbAccess.vb:112
   product_design.Page_Load(Object sender, EventArgs e) in C:\HQ_WEB\WEB\Luxa2\new_Luxa2_global\product_design.aspx.vb:27
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.8813; ASP.NET Version:2.0.50727.8951