Hi
in the label's text set the value as
'<%=DataBinder.Eval(CType(CType(Container, DataListItem).DataItem,
ObjectA).ObjectB, "ObjectB_Property")%>'
--
---------------------------
Thanks,
Ibrahim
Software Consultant - Web Development, GB
"Piotrek" wrote:
> Hi all.
>
> I have a web app, in which I have object A. Object A has some
> properties plus it holds instance of object B.
>
> I bound object A to FormView - all its properties are properly
> displayed. However there is a problem with displaying properties of
> object B. Is there some way to bind labels to ObjectA.ObjectB.Property?
> Or do I have to make another FormView?
>
> Thanks in advance,
> Piotrek.
>
>
|