aspx
在repater中
<%#_TextType(CInt(Eval(
VB
Public Function _TextType(ByVal FavoriteType As Integer) As String
Dim t As String
If FavoriteType =
t =
ElseIf FavoriteType =
t =
Else
t =
End If
Return t
End Function
t裡面 可以在綁定的每一行前面
也可以添加到 A 標簽中
<a <%#_Type( CInt(Eval(
根據自己的需要
From:http://tw.wingwit.com/Article/program/net/201311/11570.html