well, check your code-behind file i:e. the HTML file of the page and get the width of the textbox and make the width of the FileUpload control same with the textbox. You can do this in design time
Netcode
Veteran Poster
1,021 posts since Jun 2009
Reputation Points: 43
Solved Threads: 67
Sure it does, the textbox path is also part of the FileUpload control so you cant set a property separately for it. Tou can expand the width of the control from the IDE in design time. And besides, the FileUpload control is browser dependent. You would see the textbox in Browsers like Mozilla firefox but don expect to see it in Google Chrome
Netcode
Veteran Poster
1,021 posts since Jun 2009
Reputation Points: 43
Solved Threads: 67