Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Cheryl Larson #1
update page doesn't populate checkboxes
Hello. I'm using VBScript/ASP, MS-SQL, DW2004MX.
I used Dreamweaver's Update Record Form Wizard to create a small update
page. When the data loads on the page, the checkboxes are not being
checked when they should be. I've double-checked the column in SQL and
it is set to BIT and the specific record contains a 1, so the checkbox
should be checked when the data loads. What am I missing?
Thanks much.
Cheryl Larson Guest
-
CheckBoxes in DataGrids-- the "checked" attribute not correct after posting page?
Hi everyone, I'm using a DataGrid with TemplateColumns. My DataGrid is located in a cell of an asp:Table. I did this so it's positioned... -
How to do a Mass Update from Checkboxes
I'm having trouble here determining if a checkbox exists or not. Can someone help me out, this will work with yes/no drop downs, but if I use... -
Re-populate form on page return
I hope this makes sense. I have an application that allows the user to set priorities for a sales force. The page lists each client per row from a... -
Inserting data from checkboxes on second page.
Hi I have an application where users should be able to insert text into a memo field from a set of options presented as a list of checkboxes. What... -
Update multiple records using checkboxes
Searched the NG but no luck. Im displaying records from an Access2000 db in a table. The table is within a form and each record(row) has a... -
Julian Roberts #2
Re: update page doesn't populate checkboxes
Use the Dynamic Checkbox server behaviour. Set the checked value equal to
True.
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
Deborah #3
Re: update page doesn't populate checkboxes
Thank you so much for your help. I had (stupidly) been testing for "1",
not "True".
Thank you.
Julian Roberts wrote:
> Use the Dynamic Checkbox server behaviour. Set the checked value equal to
> True.
>Deborah Guest



Reply With Quote

