//=========5.5=6
<%=System.Math.Round((Convert.ToDecimal(dv[0]["term_wtg_score"])), 0, MidpointRounding.AwayFromZero)%>
//=========5.5=5
<%=Math.Round(Convert.ToDouble(dv[0]["term_wtg_score"]))%>
<%=System.Math.Round((Convert.ToDecimal(dv[0]["term_wtg_score"])), 0, MidpointRounding.AwayFromZero)%>
//=========5.5=5
<%=Math.Round(Convert.ToDouble(dv[0]["term_wtg_score"]))%>