2
Answers

Rows in datagridview

Bobby Oakes

Bobby Oakes

13y
2.3k
1
I'm using C# i want to make an application which requires me to have a datagridview of 10 columns and 8 rows.

However in design time i can only see one row.

I need all 8 rows visible in designtime as well as run time

So how can i programmatically add rows and make them visible.

I also will need to be able to randomly select values of the datagrid cells and put them into textboxes is this possible?

Thanks
Bobby Oakes
Answers (2)
0
Mahesh Chand

Mahesh Chand

2 286.9k 123.7m 12y
Well I would recommend you to start with C# language. There is a free book in books section of this site.