954,559 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Adding Radio Buttons to Data from DB

Hello! :) Can anyone help me how to add radio buttons to
a list of names queried from the database.. I'm working on
a payroll system, and what i need is to DISPLAY the list of
employees using DATA GRID w/ RADIO BUTTONS appear before every name..
how is that?

Here's a part of the codes inside the function for displaying employees (and it works well):

DataGridViewEmployee.DataSource = myData
DataGridViewEmployee.AutoSizeRowMode = DataGridViewAutoSizeRowMode.AllCellsExceptHeaders
DataGridViewEmployee.AutoSizeColumnsMode = DataGridViewAutoSizeRowMode.Fill

Note: myData is declared as a New Data Table
Kindly help me. Am a newbie..:(

sheLoves13
Newbie Poster
1 post since Jun 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You