I have a FileUploadControl on two different pages. One it is hidden on Page Load the other is
Visible on Page Load. The one that is hidden, selecting a file and hitting the 'Load' button for the first time after page loads, the '.HasFile' property is 'false'. All subsequent times this property is 'true', as it should. The control on
the other page, the one which is visible on Page Load, does not exhibit this problem. Any advice what may be the issue here?
Go to the complete details ...