RadioButton, CheckBox and ComboBox With Insert Data to Database - Java Netbeans

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

Комментарии • 3

  • @pankajgadhia1609
    @pankajgadhia1609 2 года назад +1

    How to add multiple checks from checkboxes in database if we have 4 checkboxes

    • @gardsonbinasbas2757
      @gardsonbinasbas2757  2 года назад

      You can create a String variable that will contain all the values from multiple checkbox, when storing the multiple values, use the String variable in storing data to database.

    • @aryan9812
      @aryan9812 Год назад

      Sir kindly provide code for empty validation of check box and radio button. If they are empty then show error message when clicked on submit button.