I have a dropdown list with four options like:
- New
- Reviewed
- To be Reviewed
- Presented
I need to display only specific items in the dropdown list based on some conditions. I mean sometimes with only 2 items
- New
- Review
Sometimes with 3 items
- New
- Review
- To be Reviewed
and sometimes all items. How can I do this? I am using C#.