Databinding Radio Buttons in VB.NET
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!



