ASP.NET ListView, custom DataSources, and editing items
- by Andrew Shepherd
The MSDN walkthroughs provide a number of examples where you can drag a DataSource from the toolbox, run through some simple configuration steps, then drag a ListView onto the screen, point it at the DataSource, and hey - you've got full table editing.
Now I'm trying to write my own DataSource class (a class that implements…