gridview
hi friends i am developing a windows application in c#,i have to add up rows dynmaically to the grid view..cells in the grid view should contain a textbox and a combo box...any one help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilanka DharmadasaPosted Jan 30, 2010, 3:10 AM
Make above property to false in datagridview.
Please check do you like this answer checkbox.
kiran kumarPosted Jan 30, 2010, 8:35 AM
kiran kumarPosted Jan 29, 2010, 2:19 AM
kiran kumarPosted Jan 29, 2010, 1:01 AM
kiran kumarPosted Jan 28, 2010, 7:59 AM
Nilanka DharmadasaPosted Jan 28, 2010, 5:52 AM
I hope you mean datagridview. I have written a example code for you which shows you how to add rows dynamically to datagridview.
In my example, when you give values to the textbox and combobox and click the button, a row is added to the datagridview with those values.
If you find my answer useful, please do not forget to tick 'Do you like this answer' checkbox.
Lalit MPosted Jan 28, 2010, 5:31 AM