Copy DataGrid columns values to text box

  • Thread starter Thread starter Soulless
  • Start date Start date
S

Soulless

Hi,

Is there a quick way to take all the rows from a column in a datagrid
and copy them to a multi-line text box? I am hoping there is a quick
method as opposed to looping through each row.

Thanks!
 
Souleess,

Nope, looping through each row is exactly what you have to do.
 
Souleess,

Nope, looping through each row is exactly what you have to do.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




Is there a quick way to take all the rows from a column in a datagrid
and copy them to a multi-line text box? I am hoping there is a quick
method as opposed to looping through each row.
Thanks!- Hide quoted text -

- Show quoted text -

Ok, thanks!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top