On Apr 29, 2004, at 7:03 AM, barry.b wrote:
hmmm... a bit thin on real ASP.NET stuff (page 8 and only selected bits).
It's pretty obvious the articles author (BF) isn't known as an ASP
programmer...

I hadn't read it in detail - I just remembered that Ben had written such a comparison.


I also meant the seperation of server side code and presentation that
(IMHO) is the neatist around and beats hands-down OTT methodologies of
FuseBox or Batfink or whatever (see code below).

Hmm, I actually think the code is horribly obtuse and there seems to be a lot of low-level machinery in that page just to bind data! CF simply binds a query to a data grid by name without page load methods and other binding calls...


<cfquery datasource="..." name="dataset">
        ...
</cfquery>
<cfform ...>
        <cfgrid query="dataset" name="grid" ... />
</cfform>

Sean A Corfield -- http://www.corfield.org/blog/

"There are no solutions, only trade-offs."
-- Thomas Sowell


--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to