Compiler Error Message: BC30456: 'DataItem&#0

STIRLIZ007

New Member
Any idea what the heck this is?<BR><BR>here is the error message:<BR><BR>Compiler Error Message: BC30456: 'DataItem' is not a member of 'System.Web.UI.Control'.<BR><BR>Source Error:<BR><BR> <BR><BR>Line 74: <BR>Line 75: <ItemTemplate><BR>Line 76: <li><%# Container.DataItem( "BroadcastName" ) %><BR>Line 77: - <%# Container.DataItem( "sent" ) %><BR>Line 78: </ItemTemplate><BR> <BR>I had this error when my tags where out of order or my greater than or less than signs where out of wack. It had nothing to do with the System.Web.UI.Control.
 
Back
Top