Who is online? 74 guests and 0 members
Member login | Become a member
home »forums »asp.net topics »getting started / general asp.net »what is the container in Asp.net?
Posted: 11/19/2009 7:06:36 AM
Explain the Statement in brief <%#Container.DataItem("title")%> in Asp.Net?
Posted: 11/19/2009 7:32:49 PM
read on: http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx
Posted: 11/29/2009 12:56:32 PM
"Container.DataItem returns the data item object bound to the Repeater's item being rendered. From within a Repeater instance, Container evaluates to a RepeaterItem object where DataItem is a valid property."
There is good discussion at :
http://msdn.microsoft.com/en-us/magazine/cc163780.aspx