anotherbyte.net: ASP.Net DataBinding: Container.DataItem

      Tagged , ,

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