registerpostbackcontrol

ListView DataBound says Items > 0 when actually Items <= 0.

So I have a ListView (assignmentsListView) in an UpdatePanel, being filtered by a DropDownList in the same UpdatePanel. The DropDownList has a list of persons in it and uses autopostback, and the ListView shows the tasks those persons are assigned to. I am trying to use code similar to this: protected void assignmentsListView_DataBoun...