I finally changed my way to bind and used the new linqdatasource. The problem i have ist that ItemDataBound not works as expected. I thought that using an entity (e.g. user) in the linq datasource i should get the entity in itemdatabound via e.Item.DataItem.
What's wrong? How to get the data? Do i really have to reread the data on the database?
What's wrong? How to get the data? Do i really have to reread the data on the database?