What is Container.DataItem exactly?
+1
A:
Check this article might help you understand -
http://www.jstawski.com/archive/2007/11/13/container-dataitem-what-exactly-is-this.aspx
Help on when to use -
Sachin Shanbhag
2010-10-22 16:55:51
when do we use container.dataitem......a good example
Chandan Khatwani
2010-10-22 17:00:31
@chandan - Added another link which you can refer to see when to use.
Sachin Shanbhag
2010-10-22 17:06:09
what does the current item in the datasource exactly mean?
Chandan Khatwani
2010-10-22 17:20:35
@chandan - Well, if its an array of string {'a','b','c'}, then currentitem is the one which is currently processing. It could be a,b or c at that point of time. Does this answer your question?
Sachin Shanbhag
2010-10-22 17:25:56
do you mean the current item which is being processed at runtime to bind a particular dataitem from a datasource.
Chandan Khatwani
2010-10-22 17:31:22
@Chandan - yes exactly.
Sachin Shanbhag
2010-10-22 17:36:17
thank you so much Sachin
Chandan Khatwani
2010-10-22 17:36:55