I have a sql server 2000 table with the following.
ID Choice
1 1
2 0
3 1
In dreamweaver, using asp vb script language, I created a recordset of this table, the a dynamic table of the data (repeat region) to display this data on my web page.
I want to add a radio group that displays true or false for everyrecord in the db. The table data is dynamic and can change, I am not sure how to approach this with the DW or ASP tools? Is it possible?
I simply want to have an update query that the users can click on the radio button for each record and click submit updating the choice field (bit) 1 or 0.
Please any help would be great. Seems like it should be a standard feature in DW?
ID Choice
1 1
2 0
3 1
In dreamweaver, using asp vb script language, I created a recordset of this table, the a dynamic table of the data (repeat region) to display this data on my web page.
I want to add a radio group that displays true or false for everyrecord in the db. The table data is dynamic and can change, I am not sure how to approach this with the DW or ASP tools? Is it possible?
I simply want to have an update query that the users can click on the radio button for each record and click submit updating the choice field (bit) 1 or 0.
Please any help would be great. Seems like it should be a standard feature in DW?