is their a way to create dynamic radio buttons in dw using a repeat region that reads from a recordset field (bit 1 or 0) in whic for every record it displays a radio button checked 1 or zero?
I got this to work with a check box field but it will not work with a radio button.
Can someone show...
I hate posting a lot of code but i am deperate. I have a database field cal pick_ha, a bit field with 1 and 0 populated. I want to display them in a table and allow users to update them. With this code you can see the dynamic field pick_ha display as true or false when executed but the radio...
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...
I have a sql server database field set to bit. 1/0
I am developing in ASP VBSCRIPT.
In DW, I created a table with a dynamic radio button. The values are 1 and 0. I created a record set for this data (unique record) so I can update it via the form. I choose numeric as the update as option...
I created a recordset in my very simple web page in hopes that i could perform an update query. i setup the db/site/bindinds/server behavior and can see results from my query but i get the following message when i try to add an update query:
before using this server behavior, please create a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.