0

What is the exact difference on "SCAFFOLD" and "Dynamic Data Binding" , are they same ?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Posto
  • 7,362
  • 7
  • 44
  • 61

1 Answers1

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