India seo web development website designer freelance

Displaying the data to be deleted It is good practice to display the record before the user deletes it to confirm that the user wants to delete it.

To add a read-only display of the record to be deleted:
Make sure you defined a recordset to hold the record the user wants to delete.
For more information, see Retrieving the record to delete.

Drag a column from the Bindings panel (Window > Bindings) to the page.
Dynamic content appears on the page. You can drop the dynamic content on the page as is, or you can drop it in an HTML table.

Sending the delete command to the server
The delete page uses a Submit button to send the delete command to the server. To add a Submit button to your page, you must create an HTML form. The form can consist of only the Submit button.

To add a Submit button to a delete page:
In Design view, place the insertion point where you want the Submit button to appear and choose Form from the Insert menu.
An empty form is created on the page. You may have to turn on Invisible Elements (View > Visual Aids > Invisible Elements) to see the form’s boundaries, which are represented by thin red lines.

Name the HTML form by clicking the <form> tag at the bottom of the Document window to select the form, opening the Property inspector (Window > Properties), and entering a name in the Form Name box.
You don’t have to specify an action or method attribute for the form to tell it where and how to send the record data when the user clicks the Submit button. The Delete Record server behavior sets these attributes for you.

Add a Submit button to the form (Insert > Form Objects > Button).
If you wish, change the label of the Submit button by selecting the button, opening the Property inspector (Window > Properties), and entering a new value in the Label box.
For example, here’s the Property inspector of a button labeled “Delete Record”:

Next, you add the Delete Record server behavior to update the database table after the user clicks the Submit button.

1 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 422

India web developer website development India