Using Repeater

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There's a column in my repeater that stores a value that can be 0 or more
than that. If the value is 0, I want to just display the number 0. But if the
value is more than 0, I want to show a link so that the user can click. Is it
possible to do that? I'm binding the repeater with an arraylist of objects.
Thank you.
 
Back
Top