This is the last post in the series about data source controls and the new data binding infrastructure.
Now I’m going to explain what does the framework internally to support two way data binding.
A data binding expression is contained withing <%# and %> delimiters. Inside those delimiters you can place code that return a value, an Eval expression or a Bind expression. You have two way data binding only if you use a Bind expression.