I just need to know if there\'s a way to change the message shown by the Asp:FileUpload when no file as been selected.
Asp:FileUpload
If you visit your page source in your browser ASP.NET put an input element with type='file' instead of your FileUpload. You could simply use CSS to cover the text with something when the value attribute is empty.
type='file'