I'm Trying to Bind a Hyperlink Control " server side " to another Column's Value when Selected Index changed
<asp:HyperLink ID="HyperLinkID" runat="server" NavigateUrl='<%# "WebPage.aspx?" & DataGridName.Items[DataGridName.SelectedIndex].Cells[8].Text] %>'
Visible="false">HyperLink Text</asp:HyperLink>
DataGridName.Items[DataGridName.SelectedIndex].Cells[8].Text]
使用while binding有问题吗?我只是想获取所选索引以获取其对应的另一列的值