Data Binding Series
So what is databinding? It’s a technique to fill a Asp Control with values from a source. This source could be an XML, or a database. Why would you want that? To create dynamic websites ofcourse!
With data binding techniques, you can separate the way you make data visible, and the actual data.
An overview of all the post in this series, you can find by tag.
You will be able to download the examples. They will all be in the 7ZIP format. In my opinion it’s the best archiving method, and it’s opensource. Check out the 7zip website if you are not able to open it.
Possibilities for the different Data Bind Controls
| Repeater | DataList | GridView | |
| Templates | X | X | |
| Styles | X | ||
| Columns | X | ||
| Select Items | X |