hi
 
its so simple... do as follows:
 
You are poping up the pull down menu from DB and you must be doing it using 
While or Do While etc.
 
put this code under while loop.
 
1. Selected = ""
2. If RecordSet("PulldownMenuValue") = Request("PulldownMenu") Then  Selected = 
"selected"
 
put this code instead of option tag:
<option value="<% = RecordSet("PulldownMenuValue") %>" <% = Selected %>><% = 
RecordSet("PulldownMenuValue") %></option>
 
traaaaaaa... u r done..... you are done... this will select the pul down menu 
option when your page refreshes on submssion!
 
i hope this would help you
 
wish you best of luck
 

Valter <[EMAIL PROTECTED]> wrote:
I made a pulldown from a db which is display some items from a list. 
When I select one and I submit, it shows me in the same page some 
details abt the selected item. All works pretty well. Only the item 
which is displayed inside the pulldown box will move back to the first 
of the list. How can I manage to keep the item I have selected 
displayed inside the pulldown box even after i submit?
Thank you for your help
Valter





    Visit your group "AspClassicAnyQuestionIsOk" on the web.
  
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


---------------------------------



                
---------------------------------
 Start your day with Yahoo! - make it your home page 

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to