Ubuntu 10.04 Lucid Lynx

When I was a couple of weeks ago in Utrecht, for an Erasmus Intensive Programme, I received an update for my Ubuntu Operating System. It was Lucid Lynx, and as usual, I was very exited to try the new version out!

Read the rest of this entry »

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.

Interested? Click below and check it out!

Read the rest of this entry »

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

Read the rest of this entry »