Combobox "Select All" in linq query
I have multiple comboboxes that pass a value to a linq query. Previously I
was handling it with
if(combobox.text == "select all")
{combobox.text = "")
And then using the StartsWith(combobox.text) method to do the comparison,
I know this is wrong. Since "jim" would return "Jimmy". How do I select
all when "select all" is selected?
No comments:
Post a Comment