Link to home
Start Free TrialLog in
Avatar of pointeman
pointemanFlag for United States of America

asked on

SQL Several Selected Tree Nodes?

I'm loading a Listview based on SQL query of more than one TreeView SelectedNode(s), but unsure how to procede. I have checkboxes in the Treeview to allow multiple selections. I can easily build a query based on just one TreeView Node like so:  "Select Distinct * From WinLogs Where ComputerName = '" + treeView1.SelectedNode.Text + "'";
ASKER CERTIFIED SOLUTION
Avatar of philipjonathan
philipjonathan
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial