Jump to content

Dynamic Drop Down Select box


alwaysvaghu

Recommended Posts

Dynamic Drop Down Select boxHello Friends....I want to cretae dynamic dropdown select box....like....when it should save entered value in drop down list and also allow usto enter new value if it is not in the list.....How can I do that...????

Link to comment
Share on other sites

Hi,PradipFor this do Following Thing What ever no of val u want to enter in list box that amt of inputbox create and take that from user and by looping u can add it in to list boxThis is suppose u want to do.<select name="mydrop" size=5> loop for insert value <option value=i from loop>textboxinput value</option> next </select>Next Solution isHow can u add(by typing) in List box If u want do this then u will have to made one component in VB that provide this functionalityOk?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...