You can use the DataGrid component to do inserts, deletes and updates.
Alternatively you can bind a lot of the standard controls to a data source, for example TextBox, TextArea, Buttons, CheckBox, RadioGroup and a few others.
Simplest method is to use TextBoxes and Buttons which you would have...