InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Aggregation Binding And Element Binding? |
|
Answer» Aggregation BINDING is used for list-like structures, WHEREAS element binding can be used to SET the binding context of any PARENT CONTROL. Aggregation binding is used for list-like structures, whereas element binding can be used to set the binding context of any parent control. |
|