Combo box check box object
Hi,
I have a combobox whose itemstemplate is a check box whos itemsource is a collection of objects, say a Person.
Each person has a name and so this will be the checkboxes content.
However now I want to find out which checkbox in the comboboxs' collection is checked, though when I call - (this.MainComboBox.Item[i] as CheckBox).IsChecked - fails because there is "no" check box.
How do I access the IsChecked property of the items in the combobox given that the item source is a collection on objects?
Thanks greatly in advance.
Person.
Answers (6)
1
Have you tried checking running the same in sql with the same credentials and servername?
Have a look to this link
https://blog.devoworx.net/2017/01/30/connection-timeout-expired-pre-login-handshake/amp/
Accepted 0
yes when i login to sql server management it connects