Hi,
In a table control o/p, supose I have 5 records in the table.Now I want to add 2 new records in the same.So I have to add 2 new editable line in which anyone can enter data.
My problem is that in such condition, if I am giving 2 values in 2 rows, then the last one is always available.How can I get all the records?
It seems to be there must be any loop on table control.But I am unable to find it out.
Please advice me.