Shahroz Khan

Shahroz Khan

  • NA
  • 72
  • 510

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

Aug 11 2016 3:22 AM
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.