Re: Default Value for Select box - Very Urgent!!!

2007-06-28 Thread Claude Schneegans
If it is THAT urgent, the fastest method is RTFM ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Default Value for Select box - Very Urgent!!!

2007-06-27 Thread Devi r
Hi All, I'm populating the select box using cfquery. I want a particular value to be selected as default. How can i do that?? It's very urgent. Please help me!!! ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe

Re: Default Value for Select box - Very Urgent!!!

2007-06-27 Thread Charlie Griefer
why are all of your questions very urgent!!!? cfloop query=foo option value=#foo.id#cfif condition selected=selected/cfif#foo.data#/option /cfloop it's up to you to determine what condition is, since you didn't specify. On 6/27/07, Devi r [EMAIL PROTECTED] wrote: Hi All, I'm populating

Re: Default Value for Select box - Very Urgent!!!

2007-06-27 Thread Will Tomlinson
Hi All, I'm populating the select box using cfquery. I want a particular value to be selected as default. How can i do that?? It's very urgent. Please help me!!! Are you using cfselect? If so, it has an attribute called selected. cfselect name=thename query=thequery selected=#somevalue#

RE: Default Value for Select box - Very Urgent!!!

2007-06-27 Thread Bobby Hartsfield
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Devi r [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 2:40 PM To: CF-Talk Subject: Default Value for Select box - Very Urgent!!! Hi All, I'm populating the select box using cfquery. I want a particular