Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Phyte@Omegabyte #1
Dynamically adding DSN?
I need to add DSN's to CF server on the fly when a user signs up for my billing
software. I've searched around google and can't find anything that allow's me
to do this. Either a windows system DSN or CF DSN will work. Thanks.
Phyte@Omegabyte Guest
-
Dynamically adding a stylesheet
I want to dynamically add a stylesheet using <style type="text/css"></style> tags. The code that will use this stylesheet will be shared, so I will... -
Dynamically Adding Controls
I am trying to dynamically add controls to my page, but am having trouble with controls such as buttons. I have been able to add simple controls... -
Dynamically Adding DataLists
I have a page on which I want to display several sections each of which contain a list of names. I have two database tables, one of which contains... -
Dynamically adding buttons to each row: how?
I'm working on a web application that will use some datagrid and asp.net, an asp.net Forum to be exact where people can leave posts and respond to... -
adding buttons dynamically
Hello All Can i add a button to a form dynamically durin runtime Something like on(load) var bt:Button = new Button( this.add(bt) // this... -
Abinidi #2
Re: Dynamically adding DSN?
If you are using CFMX 7, you can use the datasource.cfc in the /cfide/adminapi to program a datasource very easy.
Abinidi Guest



Reply With Quote

