I'm creating a CV Manager as a test case to get to know Kentico.
I've created a custom module with classes and some custom tables to input all the data.
So no I want to display a list of all my employee's on an overview page and after selecting one I would go to a detail page which displays all relevant data in a CV type format.
The datasource and transform etc. I was talking about is for the employee list on the overview page.
If it's not possible to do it all in code, that's fine for me. I'm just testing out how I could do it a 100% in code.
I'm not going to make the entire thing in ASPX, but will do this again in MVC when Kentico 12 has arrived (full release).