RE: Coldfusion Consuming a .Net Control

2007-11-27 Thread Scott Stewart
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

Re: Coldfusion Consuming a .Net Control

2007-11-27 Thread Vince Bonfanti
Yes, this is possible with BlueDragon.NET (I can send you an example if you need it). No, I don't think this is possible with CF8, because CF8 does not provide any integration with ASP.NET, and .NET controls require the ASP.NET runtime context. CF8 integration with .NET is done via a separate

RE: Coldfusion Consuming a .Net Control

2007-11-27 Thread Ben Forta
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

RE: Coldfusion Consuming a .Net Control

2007-11-27 Thread Scott Stewart
- 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

RE: Coldfusion Consuming a .Net Control

2007-11-27 Thread Ben Forta
: Tuesday, November 27, 2007 12:43 PM To: CF-Talk Subject: RE: Coldfusion Consuming a .Net Control 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

Re: Coldfusion Consuming a .Net Control

2007-11-27 Thread Vince Bonfanti
Another way to look at it, kinda, is that CF8 integrates with server side .NET stuff, but not client side .NET stuff, like the ASP.NET UI controls. I see the point you're trying to make, but this isn't really accurate. An ASP.NET control is equivalent to a CFML tag, and is rendered completely on