So I have a datalist and trying to change the values of some of the labels on databind. See below my code, the issue is nothing happens I can just refresh the page and labels still says FALSE or TRUE.
I checked online and found a bunch of tutorials and stuff but none of them worked.
Any help ?
<asp:DataList ID="PlayerVehicleView" OnItemDataBound="PlayerVehicleView_ItemDataBound" runat="server" CellPadding="4" ForeColor="#333333" style="text-align: left" Width="731px">
<AlternatingItemStyle BackColor="White" />
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#507CD1" Font-Bold="Tr ...
Go to the complete details ...