Server Error in '/' Application.

Unable to cast object of type 'System.DBNull' to type 'System.String'.

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.InvalidCastException: Unable to cast object of type 'System.DBNull' to type 'System.String'.

Source Error:


Line 112:                                                    <u><asp:Label runat="server" Text='<%# Eval("name") %>' CssClass="blacklistTXT1" Font-Size="20px"></asp:Label></u></a>
Line 113:                                                    </div>
Line 114:													<asp:HyperLink Target="_blank" runat="server" NavigateUrl='<%# Eval("url").ToString().Contains("@") ? "" : Eval("URLFixed").ToString() %>' ImageUrl='<%# ((string)Eval("LogoFixed")).Replace("http", "https") %>' CssClass="MainLogo"></asp:HyperLink>
Line 115:													<br /><br />
Line 116:												</div>

Source File: c:\inetpub\gorvpark.com\Campground.aspx    Line: 114

Stack Trace:


[InvalidCastException: Unable to cast object of type 'System.DBNull' to type 'System.String'.]
   ASP.campground_aspx.__DataBinding__control15(Object sender, EventArgs e) in c:\inetpub\gorvpark.com\Campground.aspx:114
   System.Web.UI.Control.OnDataBinding(EventArgs e) +132
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +170
   System.Web.UI.Control.DataBindChildren() +11154943
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +182
   System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +674
   System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +68
   System.Web.UI.WebControls.Repeater.EnsureDataBound() +65
   System.Web.UI.WebControls.Repeater.OnPreRender(EventArgs e) +20
   System.Web.UI.Control.PreRenderRecursiveInternal() +108
   System.Web.UI.Control.PreRenderRecursiveInternal() +224
   System.Web.UI.Control.PreRenderRecursiveInternal() +224
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3394


Version Information: Microsoft .NET Framework Version:2.0.50727.8806; ASP.NET Version:2.0.50727.8762