why am i getting this compile error?
Compiler Error Message: CS0246: The type or namespace name 'Container' could not be found (are you missing a using directive or an assembly reference?)
when im doing this -
<%DataBinder.Eval(Container.DataItem,"Name");%>
???