0

I am making a C# windows application where i have to add information in the grid view rows as i get them from network.

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?

}

1 Answer 1

5

Have a look at

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.