i want to click on a row in grid view and the details of each attribute can show separately in textbox field.
i had type this in my coding part, but it doesnt work. may i know how to do it?
thanks you.
Dim text As New TextBox
Dim sql_productname As String = " select Product_name from Product_detail where Product_name = """ & grid_bed(nowrow, 0).Value & """"
txt_name.Text = sql_productname