Posts tagged “data bind”
Repeater
In this tutorial I am going to show you what you can do with data binding & a simple repeater, a few different controls and xml. What’s a repeater? You choose some control, make a template for it, and it will repeat to use the template for every item in the data source. The starting [...]
Data Binding
So what is data binding? 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 of course! With data binding techniques, you can separate the way you make data visible, and the actual data. [...]