I need a container that I can set a custom DataSource on so that I can bind a bunch of controls inside of it to a data object. I can’t set a DataSource on my Page or my asp:Panel, so what container can I use that has a DataSource? I have a lot of controls and properties, and I don’t want to bind them all manually, I’d prefer to use a control or something that has a DataSource on it.
I need a container that I can set a custom DataSource on so that
Share
Gridview, ListView, FormView Need something different?