修改Asp gridview边界字段
我想在后面的代码中添加一些文本到绑定字段构建中,而不在后面的代码中编写任何代码。
例子 我在特定字段中收到“溢出”,并且我想显示“堆栈溢出”,如果我收到“房屋”,我想显示“堆栈房屋”
是否有一个属性可以将文本放在后面或后面的任何内容之后边界场?
I want to add some text to a boundfield build in the code behind without writing any code in the code behind.
example
I receive "overflow" in a specific field, and i'd like to display "stack overflow" and if i receive "house" i want to display "stack house"
is there a property to put text behind or after whatever comes in the boundfield ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用自定义列。
Use a custom column.
注意
HtmlEncode=false
notice
HtmlEncode=false
为什么不直接使用项目模板?
Why not just use item template?