将DataList与数据集中的多个表绑定
我有一个包含 4 个表的数据集,我将此数据集分配给数据列表。我想绑定数据列表中所有表中的一些字段。现在编写其唯一绑定位于数据集 0 索引上的表,在其他表列名称上给出异常。
如何将数据列表与数据集中的多个表绑定?
谢谢,
i have a Dataset with 4 tables , i m assigning this Dataset to datalist. i want to bind some fields from all tables in the datalist. Write now its only binding the Table which is on 0 index of dataset, on other table column name its giving exception.
How to bind the datalist with multiple table in dataset.?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以
合并
DataSet
内的DataTables
,然后绑定到datalist
You can
merge
theDataTables
that are inside theDataSet
and then bind todatalist