Can you people explain me how this eval() works..
'<%# Eval("Value") %>'
i'm unable to understand how does it bind the data .. For example in this article how does it get path the path file?
Can you people explain me how this eval() works..
'<%# Eval("Value") %>'
i'm unable to understand how does it bind the data .. For example in this article how does it get path the path file?
Review following link
http://msdn.microsoft.com/en-us/library/4hx47hfe.aspx
public static Object Eval(
Object container,
string expression
)