Click here to Skip to main content
15,881,380 members

Comments by Matt Meyer (Top 2 by date)

Matt Meyer 26-Jul-11 12:51pm View    
TemplateControl has an Eval method matching Eval(string)
http://msdn.microsoft.com/en-us/library/acxb7xys.aspx
Matt Meyer 26-Jul-11 12:34pm View    
Deleted
There is a DataBinder.Eval method (http://msdn.microsoft.com/en-us/library/4hx47hfe.aspx) that can be used similar to this:
<%# Eval(SomeDataItemObject, "PropertyString") %>