IEnumerable Collection Binding to DetailsView control
- by Gustavo Salvador
Hi,
I have a DetailsView control which gets data from a IEnumerable custom class.
But I can't get updated values from the control so I can process to update them manually in the database. How can I do that?
Regads,
Gustavo