Saturday, August 9, 2003, 3:19:03 PM, you wrote: MM> The book I read raved on about how the abstraction of the HTML was so wonderful. MM> I really don't understand how <asp:label runat="server" text="hello"> is any MM> better or easier that <span>hello</span> . I know that there are more complex MM> tags, but it seems to me that it's nothing that can't be done with dhtml/javascript.
This is probably my favorite thing (that, and the whole c# language) in asp.net. The benefit is out of the box view/controller methodology, and it's a really really nice feature. In fact, after the discussion a couple weeks back on cf-talk with Kwang, I've started using the idea in CF. Custom tags for UI, CFC's for the data layer. It works really nice. -- mailto:[EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
