0
kicks
Put EntityDataSource Attributes to Code-Behind
When using EntityDataSource or LinqDataSource or even ObjectDataSource you tend to put too much data specific code to your .aspx templates, which certainly is no good. At the same time you can apply a good technique by moving attribute assignment to code-behind.