Question

  Asked: Oct 13 2007   8:07 PM GMT
  Asked by: Bob721


Databinding Radio Buttons in VB.NET


VB.NET, Visual Basic .NET, Databinding, Radio buttons

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!

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Did you ever find the answer to this question? I am struggling with the very same issue.

David
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Development.

Looking for relevant Development Whitepapers? Visit the SearchWinDevelopment.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register