The idea is that databind is really expensive to do in terms of performance and if you don't have controls in your template not calling DataBind() for each template is going to improve performance significantly.
Now you need to specify DataBindTemplateItem = .T. to force binding to occur. It's on by default so this should happen, unless you explicitly turn it off.
Looking at this though I'm not sure why the IsPostback thing is in there. That shouldn't be there - each control has to handle that on its own I suppose or otherwise text controls won't render when posting back.
+++ Rick ---
from Maui, Hawaii