tags:

views:

8

answers:

1

How I can add item to drop down list and make some of them visible but no body can select it?

A: 

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.

Chanchal Gandhwani
Ok,thank you I will try
saleh