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!!!
 
Back
Top