Updating Data at the Database Level is a tutorial in which the author shows you two methods such as connected mode and diconnected mode for performing data manipulations such as insert, update and delete . In connected you can direcly use the Sql statements and in disconnected mode you must use ADO.NET objects. This tutorial also discusses about organizing page layout.