Hi
I am trying to create an IF statement which detects a container to see if the container is empty.
The way i would normally do this is:
if (con_content == null)
{
con_content
}
else
{
There are currently no meetings
}
I cannot get this to work does anyone know how to use the container or anything else to check
Thanks