0
Answer

How to get value from database in gridview textbox in C#

Shahroz Khan

Shahroz Khan

8y
235
1
I have a table in database with column name Product Name and Price.In asp.net I am using two text boxes gridview,one is Product Name text box 1 second is Price text box 2,how can i get the "Price" value in text box 2 when i type product name in text box 1 on textchanged event.
Please help me.