我在GridView
中有以下的一列,但我的问题是它只显示文本“下载”,而不是URL。
<asp:HyperLinkField DataNavigateUrlFields="ArchiveLocation" Text="Download" DataNavigateUrlFormatString="{0}" />
当我将一个包含一行的DataTable
绑定到网格中时,该行中的ArchiveLocation
包含的值为:
"~/Common/Forms/ExportStream.aspx?path=C:DevelopmentChaseExportsChaseExport-090312073930.zip" 的中文翻译为:“~/Common/Forms/ExportStream.aspx?路径=C:DevelopmentChaseExportsChaseExport-090312073930.zip”。