So the .net code would then call whatever controls you wanted to use. Or is there a complete disconnect between ColdFusion and .Net controls?
Sorry for putting out inaccurate information. :) -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (703) 220-2835 http://www.sstwebworks.com http://www.linkedin.com/in/sstwebworks Boycott Sys-Con http://www.sstwebworks.com/blog/index.cfm/2007/10/16/Boycotting-SysCon -----Original Message----- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 12:06 PM To: CF-Talk Subject: RE: Coldfusion Consuming a .Net Control Actually, that won't work. CF8 can consume .NET classes etc. You have access to the .NET framework and any .NET code you write yourself. But CF cannot use ASP.NET controls. I see that Vince also responded, and he is correct. --- Ben -----Original Message----- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 11:22 AM To: CF-Talk Subject: RE: Coldfusion Consuming a .Net Control You should be able to with CF8. Call it as a cfobject -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (703) 220-2835 http://www.sstwebworks.com http://www.linkedin.com/in/sstwebworks Boycott Sys-Con http://www.sstwebworks.com/blog/index.cfm/2007/10/16/Boycotting-SysCon -----Original Message----- From: Jose Diaz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 10:34 AM To: CF-Talk Subject: Coldfusion Consuming a .Net Control Hello All, I have had the following request past onto me: Can we pass CF a .net 3.0 dll containing a control - say the calendar control, and then allow CF to consume this dll and display the calendar. I am using CF8 and I am aware that BlueDragon could be a possible answer to this, I was wondering if this is possible with CF8. The most I have done so far is use cfobject to expose some .net methods and display the data they return. Hope this makes sense. Thanks, Jose Diaz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293884 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

