How bot has to fill datatable data to same application page all rows

Hi,
My use case i need to fill data from read csv file and output is datatable…
using foreach row in datatable to fill data to using type into it is only fill what i captured in type int Rows only…nee to fill all columns and rows in web application…

Loop for each row in datatable

use typeinto —> currenrow(“Colname”)
for all items in row
increment the counter value
pass the incremental value in ur selectors u need to dynmically change the selector of ur type into for Orderid similarly to product , quatntity , price and total typeinto values
u will be looping till the number of rows in ur datattable based on ur dt size

Regards ’
Sandy

Duplicate of:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.