hi, i would like to know how do you connect to a database to display data in c# web application? i want it to work like this.
if i enter a certain product code, it must display the price. help please.
my web form has the following items:
TextBox1 = to enter Product Code.
TextBox2 = to enter Name.
Button1 = to process the transaction.
label1.Text = to display the output.
my data base that i want to create show have the following fields.
proudctID
price
i would like to know how you connect a database to the c# webapp. tnx
if i enter a certain product code, it must display the price. help please.
my web form has the following items:
TextBox1 = to enter Product Code.
TextBox2 = to enter Name.
Button1 = to process the transaction.
label1.Text = to display the output.
my data base that i want to create show have the following fields.
proudctID
price
i would like to know how you connect a database to the c# webapp. tnx