G
Guest
C# doesn't allow multiple condition in a single if ? Or did I make a mistake
with my syntax? It keep giving me syntax error when I put "and" or "or" in
the if statemnt for multiple condition checking.
if ((radioAllItems.Checked = TRUE) and
(this.lstSelections.SelectedItems.Count < lstSelections.Items.Count));
Thanks,
Alpha
with my syntax? It keep giving me syntax error when I put "and" or "or" in
the if statemnt for multiple condition checking.
if ((radioAllItems.Checked = TRUE) and
(this.lstSelections.SelectedItems.Count < lstSelections.Items.Count));
Thanks,
Alpha