About
Pricing
Community
Teams
Start Free Trial
Log in
miksuFin
asked on
3/12/2016
C# How to pick Person id from listbox string?
I have listbox which has many rows.
First word in every row is PersonId.
I want pick this Person Id and use it in SQL Query like this: " SELECT * FROM mydatatable WHERE ID = '"+ PersonId+"'.
C#
12
1
Last Comment
Chris Stanyon
8/22/2022 - Mon