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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top