I have the following, is that standard to add switch case statement to check if the Status is '-1', '0' or '1'. If 1 then change the text to "Coming soon", 0 change to "Showing" and "Ended" for '-1'? And how do I put the if statement within the bind?
<td>
<%#(DataBinder.Eval(Container.DataItem,"TrangThai"))%>
</td>
Go to the complete details ...