Get specific column of specific user in datatable
问题 I have a data table, in the data table, I have 3 columns: USERNAME, PASSWORD, and Money. I want to make a specific setting in my program to make a label the amount of money the user has, and for each user, it will show something else depending on who is logged on at the moment, is it possible and if yes how can I do it? Thanks in advance. 回答1: You can put the amount of money in your label by writing some code. This is used for MSSQL Database connections(in your case). Here is an example: