1
Answer

MS Access database to label show in C#

Shovan Saha

Shovan Saha

7y
199
1
I have a MS Access database like this:

Item

Price

A

3

B

4

C

2

 
In visual studio 2015, I have a form. In this form I have a text box and a label. When I shall input A, B or C in text box then label will show 3, 4 or 2. Please give me a sample code.
Answers (1)