DataTextField 中返回值非简单的问题
我知道使用 DataTextField 的语法是:
VA.DataTextField = "nameofcolum"
但如果我的请求并不简单,这意味着我的请求返回的结果在本例中不存在的列中。我应该对 DataTextField 产生什么影响?
I know that the syntax for using DataTextField is:
VA.DataTextField = "nameofcolum"
but if my request is not simple that means my request returns the result in a column which not exist in this case. What I should to affect to DataTextField?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有更多信息,很难判断您在这里寻找什么。
如果您的结果集不包含您需要的列,请更改您的结果集 - 更改您的查询。如果您需要将数据文本字段作为列的组合,则可以迭代结果集并根据列值构建文本字符串并将其指定为显示值。
It's hard to tell what you're looking for here without more information.
If your result set does not contain the column you need, change your result set - alter your query. If you need your datatextfield as a combination of columns, you can iterate through the result set and build the text string based on the column values and assign it as the display value.