Repeater conditional creating ui
Well i have a Array as a datasource say values {"A","B","C","D"}
using a repeater i want to create a ui with each value in the array as a label
element. this is pretty easy.
but, I want to do it on the basis of some condition like say if the value in
the array is "C' then i dont want to create a label for it..
any idea how to achieve this?
|