updating the selected row dynamically
I have a table in which rows contains some data. What I want to do is when i select a row in a table, its columns' values automatically come in the textfields below and everything i edit goes back in the table. I have managed to insert the values of text field in the row. But when I select the row values dont come back in the textfields.
When I update a field i want it being updated dynamically in the table at the same time.