2013-04-14 110 views
0

我有這個GridViewaspx文件: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)。 可能嗎?

回答

0

是的,這是可能的。從樣本的工具包源中檢查this page