Server Error in '/' Application.

No value given for one or more required parameters.

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: No value given for one or more required parameters.

Source Error:


Line 99:             catch (System.Data.OleDb.OleDbException ex)
Line 100:            {
Line 101:                throw new Exception(ex.Message);
Line 102:            }
Line 103:            finally

Source File: w:\vhosts\conferenlogic.com\httpdocs\App_Code\AccessUtilityL.cs    Line: 101

Stack Trace:


[Exception: No value given for one or more required parameters.]
   AccessUtilityL.GetDtList(String sqlStr) in w:\vhosts\conferenlogic.com\httpdocs\App_Code\AccessUtilityL.cs:101
   cn_ListAd.Page_Load(Object sender, EventArgs e) in w:\vhosts\conferenlogic.com\httpdocs\cn\ListAd.aspx.cs:23
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8975