G
Guest
How do I add static text to a bound field in a gridview? For instance, I
want the following label in a gridview to be displayed as
"Smith: Exempt"
"Jones: Exempt"
etc.
<asp:Label ID="Label1" runat="server" Text='<%# Bind("LastName")
%>'></asp:Label>
want the following label in a gridview to be displayed as
"Smith: Exempt"
"Jones: Exempt"
etc.
<asp:Label ID="Label1" runat="server" Text='<%# Bind("LastName")
%>'></asp:Label>