Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Updating cell values in bound table


Message #1 by "William Milne" <wmilne01@e...> on Wed, 16 Aug 2000 14:12:51
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.


  Return to Index