Eval("State")
is a simplified form of the DataBinder.Eval(Container.DataItem, "State")
syntax. It only works inside of data-bound template controls.
For more info, see the MSDN documentation.
Eval("State")
is a simplified form of the DataBinder.Eval(Container.DataItem, "State")
syntax. It only works inside of data-bound template controls.
For more info, see the MSDN documentation.