How can i take value from query result to label?
I have two label, one is labelName and one more is labelDepartment
So when i r
You can read content of the row(s) that query returned using DataReader class. It has methods to get single value, or you can iterate for each row. Tell me how many rows youR query returns so I can provide the exact code.
DataReader