<%# DataBinder.Eval(Container.DataItem, "FirstName") %> in a fieldof a web server co
am 28.01.2008 22:03:51 von abargaddonHello everybody,
I need to use bound variables in a field of a web server control which
is inside a template. Many sources in the Web say it works, but for me
it does not, so I have made a test page :
<%@ Page Language="C#" %>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
The result I obtain is below : Eval() does not work inside the asp:label
or the asp:hyperlink Text fields :
Test Repeater and templates
ItemTemplate : 111 - Alberto eval () eval ()
ItemTemplate : 111 - Alberto eval () eval ()
Can anyone help me please ?
Sincerely,
Abargaddon