C
Chris Fink
Hi,
My question is how do I set some text within my datalist itemtemplate to be
bold, based on the higher value of two bound data items? For example, if the
value of <%# Trim(Container.DataItem("points1") %> is greater than the
value of <%# Trim(Container.DataItem("points2") %> then I want to make the
value bold contained in <%# Trim(Container.DataItem("points1") %>. Any help
is appreciated.
Is it possible to compare the dataitem's with an IF statement within the
datalist?
Thanks
My question is how do I set some text within my datalist itemtemplate to be
bold, based on the higher value of two bound data items? For example, if the
value of <%# Trim(Container.DataItem("points1") %> is greater than the
value of <%# Trim(Container.DataItem("points2") %> then I want to make the
value bold contained in <%# Trim(Container.DataItem("points1") %>. Any help
is appreciated.
Is it possible to compare the dataitem's with an IF statement within the
datalist?
Thanks