Hi Every one,
My Problem is, I want to hide the options in drop down.
As an example, I have code as
In this i want hide option REG.NO. How to do it.I will be very thankfull to every one .
My Problem is, I want to hide the options in drop down.
As an example, I have code as
Code:
<SELECT>
<OPTION>NAME</OPTION>
<OPTION>REG.NO</OPTION>
<OPTION>STATE</OPTION>
</SELECT>
Comment