Re: Copy DataGrid columns values to text box

by Nicholas Paldino [.NET/C# MVP] on 10/31/2007 6:24:00 PM Souleess,

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

--
          - Nicholas Paldino [.NET/C# MVP]
          - mvp@spam.guard.caspershouse.com

"Soulless" <dgmsalter@gmail.com> wrote in message
news:1193862458.837062.112410@z24g2000prh.googlegroups.com...
> 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!
>

 

Re: Copy DataGrid columns values to text box

by Soulless on 11/1/2007 1:33:00 PM On Oct 31, 9:23 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.com> wrote:
> Souleess,
>
> Nope, looping through each row is exactly what you have to do.
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - m...@spam.guard.caspershouse.com
>
> "Soulless" <dgmsal...@gmail.com> wrote in message
>
> news:1193862458.837062.112410@z24g2000prh.googlegroups.com...
>
>
>
> > 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!- Hide quoted text -
>
> - Show quoted text -

Ok, thanks!!!