开发者

Adding Row in DataGrid View using C# [WIndows Form]

开发者 https://www.devze.com 2022-12-20 04:50 出处:网络
I am making a C# windows application where i have to add information in the grid view rows as i get them from ne开发者_Go百科twork.

I am making a C# windows application where i have to add information in the grid view rows as i get them from ne开发者_Go百科twork.

Here is Pseudocode about what i am doing.

while(getting info from network until there is no more info)

{

  // here i have to add the info in data grid, how i should do that?

}


Have a look at

  • Walkthrough: Creating an Unbound Windows Forms DataGridView Control
  • C# DataGridView Tips and Secrets
  • Programmatically Adding Rows to a Grid
  • adding rows to a data grid view
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号