Chapter 15 - Working with Data - Advance Topics
Hello,
In this book version, on page 570, a procedure is defined to hook into a databound asp data control, to change the display based on the data that is being displayed. On page 573 near the bottom it mentions that when using a SqlDataSourceControl, DataItems are presented as DataRowViews, and then go onto explaining how to work with them.
What about when using a EntityDataSourceControl? Is there a sample of doing this exercise using Entities instead?
Thanks,
WebDev123
|