winforms - C# show data from database in label -


i've got program linked microsoft access database , want display data data column, example, customername table customerdetails label. drag , drop feature data sources panel puts data text boxes default however, want mine in labels. i've looked around couldn't find directly referencing how put data different controls labels appreciated!

one way change default control type fields in data sources window. since using method, go data sources window, expand table , select required field(s). select different control type (label in case) list.


Comments