There is a web page which having 7 textbox for start and end time for a week starting from Sunday, excel is input having time in it. I am doing read range - foreach to insert excel → Datatable value in webpage.
issue - foreach must insert only 1st row(1).toString + row(2).toString on first text box, next text box shall be considered in next iteration and so on for the rest of text boxes.
current issue - webpage all 7 text box getting updated in each iteration.