转发器和公共数组作为非数据源。
我想使用两个带有中继器的数据源。一个绑定到 dataSource 属性,所以我的问题是这可能是 f.ex 的。还要重复一些字符串数组作为公共属性?
I want to using two dataSources with repeater. One is binded to dataSource property so my question is is that possible to f.ex. to also repeat some array of string as public property?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以绑定到也是集合的数据源的属性。例如:
aspx页面
It is possible to bind to a property of your datasource that is also a collection. For example:
aspx page
大多数 ASP.NET Data 控件一次仅绑定到一个数据源。可以有可以绑定到多个数据源的嵌套控件。一些第三方控件(例如RadGridView)旨在处理多个数据源绑定(例如分层)。
Most ASP.NET Data controls only will bind to a single data source at a time. It is possible to have nested controls that can be bound to multiple data sources. Some 3rd party controls such as RadGridView are designed to handle multiple datasource binding (e.g. hierachical).