W
Weston Weems
I currently populate my datagrids manually from a
codebehind and use webcontrols within the template columns
(for check boxes and viewing pleasure eg labels)
For performance and scalability... would late binding
where I'd just have <%=myVar%> really be a better way of
doing things?
I always had thought creating a webcontrol and populating
from codebehind was more optimized becase it was pre-
compiled.
Thanks
Weston Weems
codebehind and use webcontrols within the template columns
(for check boxes and viewing pleasure eg labels)
For performance and scalability... would late binding
where I'd just have <%=myVar%> really be a better way of
doing things?
I always had thought creating a webcontrol and populating
from codebehind was more optimized becase it was pre-
compiled.
Thanks
Weston Weems