Create a Modify User Page - Step I
In this tutorial I will show you how to create a Modify User page. This method uses the Record Update Server Behavior.
Click here for the login page. Username = Admin and Password = admin. Then select Modify User from the menu.
1. Open the backsideBase.asp page.
2. Save it as doModify.asp by clicking File > Save As and naming it doModify.asp.
3. Open the listUsers.asp page and save it as modifyUser.asp by clicking File > Save As and naming it modifyUser.asp.
4. Close everything except the modifyUser.asp page.
5. Click on the data (LastName) that is binded in the Last Name column and then click Modify > Make Link. In the Select File window, click on the doModify.asp page and then the Parameters button.

6. In the Parameters window, click on the Name column and type UserID in the box. Then click on the Value column to expose the lightning bolt. Click on the lightning bolt.

7. In the Dynamic Data window, click on UserID and then click OK.

8. Click OK in the Parameters window.

9. Click OK in the Select File window.

NOTE: What you just did is create a link to the doModify.asp page that will pass the UserID for the record as a URL parameter.
10. Save the modifyUser.asp page and close it.