Hey All!
I have a repeater that I have received the rows that I need from the database by Repeater.DataSource = ds.Table(0)
Repeater.DataBind(). On the Repeater.ItemDatabound I would like to only display the rows that meet a certain criteria.
Does anyone know how to do this?
Any help is greatly appreciated!
I have a repeater that I have received the rows that I need from the database by Repeater.DataSource = ds.Table(0)
Repeater.DataBind(). On the Repeater.ItemDatabound I would like to only display the rows that meet a certain criteria.
Does anyone know how to do this?
Any help is greatly appreciated!