I am retrieving Objects from a collection and assigned objects and objects within objects to web user control from hosting web page.
<uc1:bookmarksList runat ="server" Link =<%#DataBinder.Eval(Container.DataItem, "OLinks")%>
where Olinks is the objects within current objects list in collections(e.g User is current object in collection) my question how to retrieve current object from collections in syntax
DataBinder.Eval(Container.DataItem..