No, not without walking through it and then building a bindable object and
binding it to that. You don't gain much though even if you could b/c all of
that data would have to be persisted in order for the grid to hold it - so
you woudln't be saving memory or anything.
--
W.G. Ryan, MVP
www.tibasolutions.com |
www.devbuzz.com |
www.knowdotnet.com
"ALI-R" <(E-Mail Removed)> wrote in message
news:%231Qos9%23$(E-Mail Removed)...
> Hi All,
>
> Is there really a way of binding a DataReader to a Datagrid in a Windows
> Forms Application?.I know that in ASP.NET ,you just simply set the
> datasource and call DataBind() method.
>
> Thanks
>
>