In general Grid View control displays more than one record, but the Details View control displays single record from database table. When you execute your web page, Details View control renders an HTML table. It has the following features: It is used to display the content when Formview is in read-only mode. The item template usually contains controls to display the field values of a record, as well as command buttons to edit, insert, and delete a record. When you click on the new link of Detail View control, the UI will be changed and blank editable text will appear. Now you have to find these textbox control that is available inside the Detail View control. It will automatically generate the "Delete" link at the bottom of Detail View control.
|