Manipulating data in a DataWindow control

To handle user requests to add, modify, and delete data in a DataWindow, you can write code to process that data, but first you need to understand how a DataWindow control manages data. This section describes the way the DataWindowControl used in Windows applications manages data. The DataStore and the WebDataWindowControl, which uses a DataStore internally, also use buffers to store data, but the event processing described in this section does not apply to them.