why am i getting this compile error?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
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 i do this :
<%DataBinder.Eval(Container.DataItem,"Name");%>
??? -
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 i do this :
<%DataBinder.Eval(Container.DataItem,"Name");%>
???Change to <%# DataBinder.Eval(Container.DataItem,"Name") %>