FlexCamp Chicago presentation and examples

First I just want to thank everyone who attended the FlexCamp in Chicago. As promised here is the presentation I did and the two examples I walked through.

Presentation
Examples
(these use the sample database that ship with ColdFusion)

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
Demian Holmberg's Gravatar Mike, thanks again for the presentation, if was very helpful!

In setting up your code for the simple example, I came across a bug that could cause some grief for others. In the datagrid, you have the column datafield names in all lower case, by default, CF returns them as all uppercase. So you compile the app, you get no errors, but the datagrid is empty. Once I changed them to all uppercase it worked like a charm.
# Posted By Demian Holmberg | 1/30/08 4:42 PM
[Home]