I just thought I would add here that whilst you have solved your issue, you should be aware of the Page Lifecycle. In the example you posted you are trying to retrieve data and change the look in the OnInit method. In my opinion this should be moved to the OnLoad method.