dynamic drop down
i want to display a drop down dynamically that is the values should be from database,i have 开发者_StackOverflow社区the list holding the values,how would i use it now ?
It entirely depends on what class you are using for your drop down UI. It must take its options from somewhere, read the documentation, identify the format it takes the options, and write code to munge your list into that format.
精彩评论