Resolve Asp.net Error
Getting following error when trying to complete a transaction
Error in: https://www.aworldofquality.com/content/shopping/billing/confirm/Confirm.aspx
Error Message: Conversion from type ‘DBNull’ to type ‘Integer’ is not valid.
Referring Page: https://www.aworldofquality.com/content/shopping/billing/Billing.aspx
IP: 68.48.179.171
Stack Trace: at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(Object Value) at OrderFulfillment.ProcessOrders() at content_shopping_billing_confirm_Confirm.Page_Unload(Object sender, EventArgs e) at System.Web.UI.Control.OnUnload(EventArgs e) at System.Web.UI.Control.UnloadRecursive(Boolean dispose) at System.Web.UI.Page.UnloadRecursive(Boolean dispose) at System.Web.UI.Page.ProcessRequestCleanup() at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.content_shopping_billing_confirm_confirm_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)



