私はGridView
に次の列を持っています。私の問題は、URLではなく「ダウンロード」というテキストのみをレンダリングすることです。HyperLinkFieldがリンクとして表示されない
<asp:HyperLinkField DataNavigateUrlFields="ArchiveLocation" Text="Download" DataNavigateUrlFormatString="{0}" />
私がグリッドに1行でDataTable
をバインドすると、その行のArchiveLocation
に値が含まれています
"~/Common/Forms/ExportStream.aspx?path=C:\Development\Chase\Exports\ChaseExport-090312073930.zip".
:「データバインディング式は唯一のDataBindingイベントを持つオブジェクトでサポートされているがSystem.Web.UI.WebControls.HyperLinkField DataBindingイベントを持っていません。」 – ProfK