I have a dataset which always has 31 datarows with three columns. I want to databind the first column to a label, second column to a textbox and third to a combobox.
I don't know how to do it... but what I need is I must be able to provide one set (label, textbox and combobox) for each datarow so that the user can alter the values in each of those 31 rows and ultimately I should be able to update the dataset to the database.
Is it possible with a datagrid or any other control
Thanks for the help!

Binding data to label, textbox and a combobox
anina79347
http://www.syncfusion.com/FAQ/WinForms/default.asp#44
Best to do what you want with a grid.
Joe