gpt4 book ai didi

asp.net - Gridview 中的 TimeSpan DataFormatString

转载 作者:行者123 更新时间:2023-12-04 16:56:02 25 4
gpt4 key购买 nike

我有一个带有来自 linq 查询的 ObjectDataSource 的 gridview。

源变量之一是时间跨度,我将绑定(bind)字段与 DataField="MyTimeSpanVariable"。数据包含以秒和分钟为单位的时间,很少以小时为单位。

数据以其 native 格式显示良好,但是当我将 HtmlEncode="false"DataFormatString="{0:hh:mm:ss}"添加到 aspx 页面中的 boundfield 属性时,它在 MyGridView.Databind() 行上崩溃。我究竟做错了什么?

谢谢。

最佳答案

http://msdn.microsoft.com/en-us/library/ee372287(v=vs.110).aspx
在 Asp.Net MVC 元数据中使用的方程式:

DisplayFormat(DataFormatString = "{0:hh\\:mm\\:ss}")

关于asp.net - Gridview 中的 TimeSpan DataFormatString,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4703695/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com