2-way Databinding to a DataSet

  • Thread starter Thread starter Guest
  • Start date Start date
The dataset - dataadapter combination provides 2-way databinding. Look up
"Updating Data Sources with DataAdapters" topic in msdn.
 
Eliyahu,

DataAdapters are about linking datasets to the database. My question was
about linking the dataset to the GUI. In ASP.NET 1.1, it was easy to get
(one-way) binding from dataset to GUI. I'm trying to find out if it is
equally easy to get two-way binding in ASP.NET 2.0.

John
 
Back
Top