views:

142

answers:

0

Hi, does anyone know if the ObjectDataSource is any more efficient in Viewstate use compared to EntityDataSource? I was reading Programming EF by Julie Lerman and she does warn that the EntityDataSource relies heavily on the Viewstate for change tracking. She seems to recommend instead to use ObjectDataSource but this control must also use Viewstate to store the original values of the entities, right?

Does the ObjectDataSource use Viewstate differently? Any insight appreciated.

Thanks.