Dropdown List

C

Chris

I want to add a 'Please Select.....' with a blank value to a dropdown. And
then remove it once a selection is made. What is the best way to do this.
 
G

Guest

Chris,
You can use the Items.InsertAt and .RemoveAt methods of the control.
Peter
 
J

Jeff Dillon

If you don't want to remove it, you can just add it to your original SQL

Select 'Please Select', 0
UNION ALL
Select fields from table
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,610
Members
45,255
Latest member
TopCryptoTwitterChannels

Latest Threads

Top