drop down list value in asp.net

前端 未结 9 1910
刺人心
刺人心 2021-01-18 08:29

I want to add a value to the drop down list that cannot be selected, like a title. Ex: I have a month drop down list. The very first item should be \"select month\" this sho

9条回答
  •  北海茫月
    2021-01-18 08:47

    try this one

        
        --Select Month--
        January
        Feburary
        ...
        December
        
    

    Value should be empty for the default selected listitem, then it works fine

提交回复
热议问题