private void list_SelectedIndexChanged(object sender, System.EventArgs e)
{

int itemindex=list.FocusedItem.Tag; (this throws the exception)

...
...
...
...
...
}

NullReferenceException is throwed!

What's wrong with this code?

Thanks
Stefan