difference between dynamic data binding and scaffold

151 Views Asked by At

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

1

There are 1 best solutions below

0
On

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.