How to hide the textbox of the fileupload control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to hide the textbox of the fileupload control in asp.net 2.0,
so that only the browse-button remains visible?

Thanks
Kamen
 
You can mask it by puttin another control on top of that text box. There is
no other way to hide it.
 
Hi Winista,

actually I'm masking it already by a label control, but I would like to find
out more of elegant decision.
Thank you for your response!
Kamen
 
Back
Top