<asp:LinkButton ID="btnDownloadTheFile" Visible="<%# CatID = 4 ? 'false': 'true' %>" runat="server" CommandArgument='<%#Eval("FileName") %>' commandname="DownloadTheFile" Text="Download" />
它说的是?不允许。
在我使用过的.vb中:
Public CatID As Integer
,并在代码下面的函数中为其分配了一个值。