Re: Calling a .Net control from ColdFusion

2004-09-07 Thread Nathan Strutz
This is actually close to something I was throwing around... I was thinking, what if I had a tag library and use cfimport, and give it the asp: prefix. It would be pretty easy to re-create most of the web form controls through a custom tag library. We could have the interesting control-style

RE: Calling a .Net control from ColdFusion

2004-09-07 Thread Vince Bonfanti
Communications, LLC http://www.newatlanta.com From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 1:12 PM To: CF-Talk Subject: Re: Calling a .Net control from ColdFusion This is actually close to something I was throwing around

RE: Calling a .Net control from ColdFusion

2004-09-05 Thread Vince Bonfanti
PROTECTED] Sent: Wednesday, September 01, 2004 7:16 PM To: CF-Talk Subject: RE: Calling a .Net control from ColdFusion You can use BlueDragon for .NET and then include ASPX pages that contain custom controls from CFML like this (note the use of the PAGE attribute instead of TEMPLATE

Re: Calling a .Net control from ColdFusion

2004-09-05 Thread Josh
://www.newatlanta.com From: Vince Bonfanti [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 7:16 PM To: CF-Talk Subject: RE: Calling a .Net control from ColdFusion You can use BlueDragon for .NET and then include ASPX pages that contain custom

RE: Calling a .Net control from ColdFusion

2004-09-05 Thread Vince Bonfanti
: Sunday, September 05, 2004 4:15 PM To: CF-Talk Subject: Re: Calling a .Net control from ColdFusion Is that something that blueDragon does?Sounds good! Vince Bonfanti wrote: Hi Josen, We might have another solution for you. What if you could use CFML tags directly in ASP.NET pages? Put

Calling a .Net control from ColdFusion

2004-09-01 Thread Josen Ruiseco
I found a very cool .net control here: http://scottonwriting.net/demos/RoundedCorners.aspx and want to use the functionality of it in my cf pages. Is it possible to call a .net control and use it within coldFusion and if so, how? If not possible, does anyone know of any cf component that does

RE: Calling a .Net control from ColdFusion

2004-09-01 Thread Mark A Kruger
Josen, You could try this. http://www.gestaltech.com/ -Mark -Original Message- From: Josen Ruiseco [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2:51 PM To: CF-Talk Subject: Calling a .Net control from ColdFusion I found a very cool .net control here: http

Re: Calling a .Net control from ColdFusion

2004-09-01 Thread Claude Schneegans
I found a very cool .net control here This one is even cooler! ;-)) See CF_easyFrame here: http://www.cftagstore.com/tags/cfxeasyframe.cfm -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam

Re: Calling a .Net control from ColdFusion

2004-09-01 Thread Josen Ruiseco
Yes, I looked at your tag. However, it requires the use of a graphic as I understand it. I am only able to use dynamically created graphics or css in this application. Am I correct in thinking that it requires a graphic? Josen I found a very cool .net control here This one is even cooler! ;-))

Re: Calling a .Net control from ColdFusion

2004-09-01 Thread Claude Schneegans
Am I correct in thinking that it requires a graphic? Well, yes and no. You can use the tag on your development server to create all necessary sub-images in different styles. When it is done, you can install them on your production server and forget about the CFX_ if you do not modify the

RE: Calling a .Net control from ColdFusion

2004-09-01 Thread Vince Bonfanti
Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com From: Josen Ruiseco [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 3:51 PM To: CF-Talk Subject: Calling a .Net control from ColdFusion I found a very cool .net control here