how to assign each value of Json to each textbox in the each column of each row
Hi Friends,
Refer the above code. I have a Json object and it may have any number of records and I have table with default 5 rows bcoz the requriement is minimum 5 rows should be visible by default.
Now I want to load the json object to each row.
Lets say I have json object has 10 records then I have to load 5 records to 5 rows and for the rest of the 5 rows I need to create rows on the fly.
Can you help me how to load the records to the table. Each rows has two columns and in the each column I have placed a textbox