Kyle Oliver

Kyle Oliver

  • NA
  • 67
  • 29.1k

Re: CheckBox value inserted into MS SQL data table

Mar 14 2019 8:11 AM
Hi,
 
I have three check boxes inserted on an application form on a webpage in ASP.Net with the following text values;
CheckBox 1: "0 - 49 Employees"
CheckBox 2: "50 - 149 Employees"
CheckBox 3: "150 and more Employees"
 
The user is to select one of the 03 checkBoxes and the selected text value in the selected checkBox is to be transfered to the SQL data table (table name: "CompanyDetails").
 
I have performed many Google searches on this topic but all I find is checkBoxes from a userForm to a dataBase and this code does not work with ASP.Net.
 
Could someone help or point me in the right direction as to how do I get the checkBox text value from the ASP.Net webpage to my MS SQL data table?
 
Apologies if my programing terminolgy is not correct as I am very new to programing.
 
Regards,
Kyle
 
 
 

Answers (8)