I have the list of data.. say....
Once user selects I need to preserve that data on page....


<td><select name = "Select_ID" id= "Default_ID" message="Please select the
option">

<option value ="" >Select Option...</option>

<option value ="David" >1234</option>

<option value ="Ria" >1221</option>

<option value ="Kevin" >1001</option>

<option value ="Jeff" >2002</option>

<option value ="Hendry" >2030</option>

</select> </td>

and if I use with the cfquery:

<select name = "List_Designations" id= "Designation_ID" message="Please
select the option" >

<option value ="" >Select Option...</option>

<cfoutput group="Designation" query="ReturnDesignations">

<option value="#ReturnDesignations.Designation#">#ReturnContentData.Title#
</option>

</cfoutput>

</select>

These are the two dropdown list I have...


On Wed, Mar 11, 2009 at 7:50 AM, Azadi Saryev <[email protected]> wrote:

>
> what do you use in the other one you do not use cfquery in? a cfc
> binding? something else?
> which of your select lists do you want to preserve data in?
>
> Azadi Saryev
> Sabai-dee.com
> http://www.sabai-dee.com/
>
>
>
> Priya Koya wrote:
> > I have 2 dropdown and in one I use cfquery and in other I dont...
> >
> >>> I am working on Dropdown List and was just wondering how to make the
> >>> dropdown list selected data preserved.
> >>> <cfform prevervedata="yes"> works for other Formfields but not the
> >>> drowpdown list
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320355
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to