Hi,
Iam ading rows in a table on click of add button.
Each row contains name,class,year text boxes.
For the 1st row : property name will be...... name_1,class_1,year_1
For the 2nd row : property name will be...... name_2,class_2,year_2
If suppose, i delete the 1st row (name_1,class_1,year_1) then the second row's property name should becomes
name_2,class_2,year_2 <==> name_1,class_1,year_1
Need help on this.
Thanks and Regards, Babu