0
我有這個GridView
在aspx
文件:HoverMenu與鏈接到其他網頁
<asp:GridView ID="res" runat="server" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="None" Width="600px" AllowPaging="True" DataKeyNames="id">
<AlternatingRowStyle BackColor="White" />
<Columns>
<asp:BoundField DataField="fname" HeaderText="First Name" />
</Columns>
</asp:GridView>
我想告訴每行HoverMenu
顯示鏈接到其他aspx
文件,該行的編輯或其它操作(例如:對於使用HoverMenuExtender
的Ajax控制工具包的Id
的32行鏈接到edit.aspx?Id=32
)。 可能嗎?