效果圖
方案一
<asp:GridView ID=
OnRowUpdating=
<FooterStyle BackColor=
<Columns>
<asp:BoundField DataField=
<asp:BoundField DataField=
<asp:BoundField DataField=
<asp:HyperLinkField HeaderText=
</asp:HyperLinkField>
<asp:CommandField HeaderText=
<asp:CommandField HeaderText=
<asp:CommandField HeaderText=
</Columns>
<RowStyle ForeColor=
<SelectedRowStyle BackColor=
<PagerStyle BackColor=
<HeaderStyle BackColor=
</asp:GridView>
DataNavigateUrlFields是鏈接的字段名
方案二
<asp:HyperLinkColumn DataNavigateUrlField=
DataTextField=
From:http://tw.wingwit.com/Article/program/net/201311/11908.html