Thursday, May 10, 2007

Day 2 - Presentation Layer

1pm

Made Treasure.master for master pages. Have got leftover code from /Admin which Codesmith creates, and allows us to add/edit/del to the database.

Made default.aspx which has an imageButton with the postBack property set to go to Quiz.aspx.

Quiz.aspx is the main page. Using dl (datalist), dt (data text), and dd (data) css style presentation.

Got to the stage of rendering:

At the moment we are using ObjectDataSource, not EntityDataSource (which is a nettiers custom control which hope to use). ObjectDataSource called methods in our Manager layer.

No comments: