wwWebRepeater :: RenderCursor v. 5.60
*** DataBind the list
IF this.lDataBindCalled
loTemplate.DataBind()
ENDIF
this.ItemDataBind()
wwWebRepeater :: RenderCursor v. 5.62
*** DataBind the Template
IF !this.Page.IsPostBack AND this.DataBindItemTemplate
loTemplate.DataBind()
ENDIF
this.ItemDataBind()
What's the idea behind this change?
--
JS