Setting the Delete Button dialog box options

Setting the Delete Button dialog box options

The Delete Button (also known as a Button Column in ASP.NET) lets a user delete a particular row by clicking a button.

To set the Delete Button box options:

  1. Enter a name for the column in the Title text box.
  2. From the Button Type pop-up menu, select either link or push buttons. At runtime, this column displays a button labeled Delete. Link buttons use text links for the buttons, and push buttons use images.
  3. From the Delete From pop-up menu, select the database table whose data the user will delete.
  4. From the Primary Key pop-up menu, select a primary key associated with the table.
  5. Select a data type from the Submit As pop-up menu.
  6. Click OK.

Related topics

  • Adding an ASP.NET DataGrid to a page
  • Modifying a DataGrid or DataList object
  • Setting the ASP.NET DataGrid Property inspector options


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Developing Applications Rapidly
Building ColdFusion Applications Rapidly
Building ASP.NET Applications Rapidly
Reference
Building ASP and JSP Applications Rapidly