update page doesn't populate checkboxes

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139