DetailsView 绑定到子对象
我试图将 DetailsView 控件的 BoundField 绑定到数据源的子对象,我似乎找不到正确的语法。
这是一些示例代码;
<asp:BoundField DataField="Address.Postcode" HeaderText="PostCode" />
这段代码不起作用,但你明白了。
使用这段代码我得到了异常; 在所选数据源中找不到名称为“Address.Postcode”的字段或属性。
谢谢。
I am trying to bind a BoundField of a DetailsView control to a child object of the datasource, I can't seem to find the right syntax.
Here's some sample code;
<asp:BoundField DataField="Address.Postcode" HeaderText="PostCode" />
This code doesn't work but you get the idea.
Using this code I get the exception;
A field or property with the name 'Address.Postcode' was not found on the selected data source.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用项目模板....
看看 此链接
you can use item template ....
take a look at this link