有一个数据源来放置一堆控件的容器?
我需要一个可以在其上设置自定义 DataSource
的容器,以便我可以将其中的一堆控件绑定到数据对象。我无法在 Page
或 asp:Panel
上设置 DataSource
,那么我可以使用什么具有 DataSource 的容器?我有很多控件和属性,并且我不想手动绑定它们,我更喜欢使用控件或具有
DataSource
的控件和属性它。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Gridview,ListView,FormView 需要不同的东西吗?
Gridview, ListView, FormView Need something different?