Hi 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>
...