I need a solution
Hello everyone,
Suppose the result of my query (output of my integrated component) has for example 3 rows and 2 columns:
col A col B
row 1 guid A1 string B1
row 2 guid A2 string B2
row 3 guid A3 string B3
The objective is to display (on a webform) three editable textboxes, one for each string of the B column:
I can't figure out how to do this.
Any ideas are welcome... Thanks in advance!