anotherbyte.netanother byte

ASP.Net DataBinding: Container.DataItem

Published
14 May 2008
Updated
19 Feb 2009

Some useful info about eval and container item.

A very useful way of displaying data from a datasource. Refer to the title link for the ways it can be used.

The best way is to databind a custom object, and access it’s properties or methods (that return a string). Otherwise you need to be sure that the database column names won’t change.

blog comments powered by Disqus