You can use an Input element.
<INPUT id="YourID" value="YourFileName" style="WIDTH: 317px; HEIGHT: 22px" type="file" size="33">
Look this up on a search engine to find out all attributes for this type of Input.
On a side note (and I am not trying to push you off to a different forum), you may get more responses if you post your topics about .aspx pages in the .aspx forums as opposed to general
VB.Net.
J