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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top