<% %> blocks are executed during rendering.
<%# %>blocks are executed during data binding.
HTH,
--
Scott
http://www.OdeToCode.com
On Wed, 4 Feb 2004 20:26:08 -0800, "Mark"
<> wrote:
>Hello,
> Can anyone explain what the "#" does in a DataGrid template column like:
><%# DataBinder.Eval(Container, "DataItem.Phone") %>
>
>I don't see anything about it in the MSDN help.
>
>Thanks,
>Mark