asp_databases thread: Updating cell values in bound table
I have a table which is bound to an RDS DataControl object. It uses div tags to display a paged list derived from a recordset. Clicking on one of the list entries allows you to update the record values using input boxes elsewhere on the page. Is there some way I can then use dhtml to update the inner text of one of the bound table cells to keep it in synch with the recordset ? The ...rows(n).cells(m) syntax seems to permanently update the cell value on the page.
|





