What is Data Binding?

Data binding is a way used to connect values from a collection of data (e.g. DataSet) to the controls on a web form. The values from the dataset are automatically displayed in the controls without having to write separate code to display them.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?