The best way to visualize my question is to think of how Microsoft Access handles radio option buttons. In Access, when you put in radio button controls, each one is given a unique, numerical value. When the radio button is selected, its numerical value is stored in the table behind the form.
I'm looking for this same functionality in VB.NET. I believe I have all the data bindings correct (i.e. – sqlconnection, sqldataadapter, and dataset ), but I'm struggling with the code that needs to give each radio button control its unique, numerical value; and most importantly, how to get it to store that value in the back-end table on the SQL Server (not just use the value in a message on the screen like most of the radio button examples on the internet). Any help would be greatly appreciated!
I'm looking for this same functionality in VB.NET. I believe I have all the data bindings correct (i.e. – sqlconnection, sqldataadapter, and dataset ), but I'm struggling with the code that needs to give each radio button control its unique, numerical value; and most importantly, how to get it to store that value in the back-end table on the SQL Server (not just use the value in a message on the screen like most of the radio button examples on the internet). Any help would be greatly appreciated!