asp.net : Specified cast is not valid
Hi,
i'm getting the following exception: Pls help, thanx in advance
Specified cast is not valid.
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: Specified cast is not valid.
Source Error:
Line 37:protected void ItemDB(object sender , System.Web.UI.WebControls.DataListItemEventArgs e )
Line 38:{
Line 39:DataRowView drv = (DataRowView)e.Item.DataItem;
Line 40:DateTime BDate=Convert.ToDateTime (null) ;
Line 41: if ((e.Item.ItemType == ListItemType.Item )||( e.Item.ItemType == ListItemType.AlternatingItem))
Source File: c:\inetpub\wwwroot\mann\webform14.aspx.cs Line: 39
|