Ok, so I have a list view and it contains some items. The list item has an expiry date. So, the list view contains the item till the date of expiry. After that, there should be a mechanism which can tell the list view to remove that item.
How can I do it? Can I pass a message from the list view item itself or do I have to create some other mechanism which constantly keeps checking for expiry date of all the list items in the list view?