This topic is locked

"Checkbox list" x "Dropdown box"

2/22/2024 6:19:00 PM
ASPRunner.NET Tips and tricks
O
Onofre author

Goodnight

On an add record page, I have a Field called "CD_PERFIL_ACESSO" which is a "Checkbox list" type that brings me a list of 30 options to select.
And I have another field called "CD_USUARIO" which is a "Dropdown box" type that brings me a selection of more than 200 so that I can select just one.

But when I click on save the "CD_USUARIO" field only records in the first selected field "CD_PERFIL_ACESSO" and I need it to record in all
options marked in the "Checkbox list".

Briefly explaining:

The value of the field selected in "CD_USUARIO", which is a "Dropdown box" type, must be recorded in all marked records in the
field "CD_PERFIL_ACESSO" which is a "Checkbox list" type.

admin 2/27/2024

It is not very clear what exactly is the question here.