在GridView中, 我編輯了一個模版列放圖片, 再給那圖片加上超鏈接。傳一個參數(shù)。代碼是這樣: <asp:TemplateField> <ItemTemplate> <a href='<%# Bind("RoomId","editorRoom.aspx?{0}") %>'> <asp:Image ImageUrl="~/images/edit.gif" runat="server" /></a> </ItemTemplate> </asp:TemplateField> 然后就報錯了, 說必須將對Bind的調(diào)用分配給模版中的空間的屬性! 這個錯該怎么改?。?如果用Eval的話, 另一個頁面又拿不到值。 我是新手,求高手指教下
Gridview中出現(xiàn)的一個小問題,求高手指教!
幕布斯7119047
2018-08-28 08:05:52