开发者

dynamic drop down

开发者 https://www.devze.com 2022-12-25 15:55 出处:网络
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 clas

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消