add item to drop dwon list visible but not avialable for select (only show as Title)
How I can add item to drop down list and make 开发者_高级运维some of them visible but no body can select it?
You can achieve it using Java Script on "onchange" event of DDL, You can check text or value of selected option & you can return true of false on the basis of your criteria.
精彩评论