Hide the Textbox of admin side

Hi

i want to hide the searching textbox in admin side

i have to attach Picture and how to hide the textbox,

Thnks

go to views then the respective view name and open the search.php view and remove the id line and it should disappear from the admin section

Thnks for Reply

i want to only hide the id textbox not id colum.





array(

 'name'=>'id',

 'filter'=>false,  // note here !

 'value'=>'$data->id'

)



:lol: