wat's the diff b/n
<%# databinder.eval(container.dataitem."column name")%> Its
<%# databinder.eval(container.dataitem,"column name")%>
databinder.eval allows reflection which will make it easy to know the datatype
of the column and other properties. where as container.dataitem doesnt.
and
<%# container.dataitem("column name") %>