July 27, 2007

Take Advantage of Two-Way Data Binding in ASP.NET

ata binding is an indispensable feature of ASP.NET that links a user interface element with the underlying data store. ASP.NET 1.1 restricted this data binding to one direction only?from the business object to the web form; but ASP.NET 2.0 introduces support for binding data in both directions. This more flexible