Create a Delete User Page - Step I
In this tutorial I will show you how to create a Delete User page. This method uses the Delete Record Server Behavior.
Click here for the login page. Username = Admin and Password = admin. Then select Delete User from the menu.
1. Open the backsideBase.asp page.
2. Save it as doDelete.asp by clicking File > Save As and naming it doDelete.asp.
3. Open the modifyUser.asp and save it as deleteUser.asp by clicking File > Save As and naming it deleteUser.asp.
4. Close everything except the deleteUser.asp page.
5. Click on the data (LastName) that is binded in the Last Name column. Click on the folder icon next to the Link box in the Property Inspector. When the Select File window opens, simply select the doDelete.asp page, without changing any parameters. This will pass the UserID as a URL parameter to the doDelete.asp page.

6. Save and close the deleteUser.asp page.
7. Open the doDelete.asp page.
8. Change the heading to Delete User.
9. Click below the heading and then click Insert > Form and use the following settings in the Property Inspector.

10. Click inside the form and then click Insert > Table. Use the following settings in the Insert Table window.

11. Click inside the cell that you just inserted and then click on the <td> in the bottom of the Design View window. Change the Bg to #666666 in the Property Inspector.
12. Click inside the table and then click Insert > Table. Use the following settings in the Insert Table window.

13. Click inside each cell (there are 4 of them) and set the Bg to #FFFFFF in the Property Inspector.
14. Type User: in the top cell.
15. Type Username: in the second cell.
16. Type Password: in the third cell.
17. Click inside the bottom cell and then click Insert > Form Objects > Button and use the following settings in the Property Inspector.

Click here to continue the tutorial.