Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~81 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Zhaky

I need to bind three radio buttons to three different columns in a table from access database. What code do I need? This is the code in my DBConnection class: [CODE] public static List<Answers> LoadAnswers() { List<Answers> answers = new List<Answers>(); OleDbConnection myConnection = GetConnection(); string myQuery = "SELECT * …

0
81