How I can add item to drop down list and make some of them visible but no body can select it?
views:
8answers:
1
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
2010-09-07 08:38:46
Ok,thank you I will try
saleh
2010-09-07 10:42:13