H
Howard
I have a databind in a repeater control
<%#Eval("Score")%>
Score is a float
float Score = 3.2;
However the html output is always 3 I cannot make it display 3.2.
PLease help,
Howard
<%#Eval("Score")%>
Score is a float
float Score = 3.2;
However the html output is always 3 I cannot make it display 3.2.
PLease help,
Howard