I have submit buttons like Update_submit and Insert_Submit on (select_details.cfm).
When I click these buttons it will redirect to next page (updates.cfm) and I have a Home_Submit in the updates.cfm which will redirect to the homepage(select_details.cfm) where we select the dropdown option. Thanks, On Wed, Mar 11, 2009 at 9:37 AM, Azadi Saryev <[email protected]> wrote: > > when exactly ( after which condition in your app logic) do u need to > display previously entered data? on form submit? on clicking "back" > button in the browser? > which condition should trigger the display of rev entered data as > opposed to dislaying a blank form? > > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com/ > > > > Priya Koya wrote: > > 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:320369 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

