0
<ItemTemplate>
<%# ShowDescription((ClassName) Eval("this")) %>
</ItemTemplate>
評估裝訂物我對象的列表綁定到我的GridView 在我的GridView要評估(調用一個函數)按行綁定的對象或綁定的對象。不是綁定對象的屬性,而是對象本身。上面的代碼顯然是給了我一個錯誤,我怎樣才能在網格視圖
<ItemTemplate>
<%# ShowDescription((ClassName) this) %>
</ItemTemplate>
意味着它試圖解析aspx頁面
所以,我怎麼能在網格視圖評估綁定的對象或者我不能在所有