Detail-Master updating problem
Hi.
I have Detail-Master relationship, but also i want to update the data in the detail.asp.
Inorder to display a detail.asp, i used a UseriD to store the request.form(ID)from the master.asp. Then in that UserID, i used to retrieve the detail info for that ID.
But i want to update the retrieved data in the datail.asp ?
I have added "edit" link in the detail.asp and again used the UserID , so that i will again retrieve detail info in input boxes where i can make changes to it and update.
But my problem is " the edit link can not capture the USERID".
IF i put the mouse on the link, i can only see "update_form.asp?ID = "
How can i capture the userID in teh detail.asp?
How can be updated detail.asp in Master-detail relationship ??
Thanks in advance
|