Question:What do data binding mean?
Answer With ASP.NET data binding, we can bind any server control to simple properties, collections, expressions and/or methods. We may use data binding to fill lists with selectable items from an imported data source, like a database, an XML file, or a script.
+ Report
What do data binding mean?