Hi Hema
You are use a RowRepeater control and a two ways binding between control and model for this.
Here is an example.
Click on Add button to add new rows
Click on Done button to view the model (the values should tally with what you see on the page)
Click on Change button to change the first value in the model (you can see that the value on the page is changed accordingly)
-D