Hi,
I have a form that has some dynamically created checkboxes ... <input name="bkZones" type="checkbox" id="bkZones" value="<%=(rsZones.Fields.Item("zZone").Value)%>"> . I also need to capture some "quantity values" from the database when they check the box that I would like to appear in a "Total Textbox" on the form.
The end result would be the zone information populating the zone field in my database and the total of the zones picked populating the total field in my database.
Thanks for any help,
Jay
I have a form that has some dynamically created checkboxes ... <input name="bkZones" type="checkbox" id="bkZones" value="<%=(rsZones.Fields.Item("zZone").Value)%>"> . I also need to capture some "quantity values" from the database when they check the box that I would like to appear in a "Total Textbox" on the form.
The end result would be the zone information populating the zone field in my database and the total of the zones picked populating the total field in my database.
Thanks for any help,
Jay