Forums
This topic is locked
Recordset
Posted 17 Dec 2002 18:59:57
1
has voted
17 Dec 2002 18:59:57 Carlos Leal posted:
I have my recorsets in my page, I want that the content of the recordset changes when I select a list menu form. The recordset have one filter that is the ID, I want that when I change the ID value that is ID in the select menu, the recordset change too. For example I select ID 8And it will appear the content of that record in the page! Is that possible?Javascript | ASP 2.0
Edited by - carlosleal on 17 Dec 2002 19:31:58
Replies
Replied 27 Dec 2002 14:29:59
27 Dec 2002 14:29:59 Marcellino Bommezijn replied:
Make the value of the list the parameter in your recordset where it says WHERE ID = MM_ColParam. The MM_ColParam should then be set as Request.Form("name of the list"
and you submit the form to itself. It returns then the content of the recordset for that value.
