What is the exact difference on "SCAFFOLD" and "Dynamic Data Binding" , are they same ?
Asked
Active
Viewed 139 times
1 Answers
0
No. Scaffolding means to me : build the interface for the field. Per MSDN : "Scaffolding is the mechanism of generating web page templates based on database schemas."
Binding generally means to link the persisted (usually DB) data values for each interface element.

Ash Machine
- 9,601
- 11
- 45
- 52