Create a Delete User Page - Step II
18. Click on the (+) sign in the Bindings Panel (CTRL + F10) and select Recordset(Query). Use the following settings in the Recordset window.
19. In the Bindings Panel (CTRL + F10), click on the (+) sign to the lest of Recordset(rsUser) to expand it.
20. In the Bindings Panel, click on FirstName and drag it into the top cell. Click to the right of the data you just binded and hit CTRL + SHIFT + SPACEBAR to insert a non-breaking space.
21. In the Bindings Panel, click on LastName and drag it into the top cell, next to where you put the non-breaking space.
22. In the Bindings Panel, click on Username and drag it into the second cell.
23. In the Bindings Panel, click on fPassword and drag it into the third cell.
24. Click on the (+) sign in the Server Behaviors Panel (CTRL + F9) and select Delete Record. Use the following settings in the Delete Record window. Click OK.

25. Type Backside Menu below the form.
26. Highlight Backside Menu and then click on the folder icon next to the Link box in the Property Inspector and select the backsideMenu.asp page.
27. Save the doDelete.asp page and close it.
28. Open the backsideMenu.asp page.
29. Add a link to the deleteUser.asp page by typing Delete User, highlighting it, and clicking on the folder icon next to the Link box of the Property Inspector and selecting the deleteUser.asp page.
30. Save the backsideMenu.asp page and close it.
That is all there is to creating a Delete Record page in MX.
Click here to get an example page.
