I gots me a doozer.
I have a datalist that is filled with numeric data. I set the templates to load that data into labels. I was wondering if it is possible to loop through the corresponding dataset and hide the proper label if the value in the dataset is 0.
Ex
for each row in dataset
if row.num = 0 then
'hide lblTax1 in datalist that displays this record
end if
Next
I am kinda stumped here so if you can help you'll get a big kiss... well maybe a star instead
I have a datalist that is filled with numeric data. I set the templates to load that data into labels. I was wondering if it is possible to loop through the corresponding dataset and hide the proper label if the value in the dataset is 0.
Ex
for each row in dataset
if row.num = 0 then
'hide lblTax1 in datalist that displays this record
end if
Next
I am kinda stumped here so if you can help you'll get a big kiss... well maybe a star instead