J
Jeremy
I have a fileupload component and a submit button inside an updatepanel.
(C#, asp2). In the debugger in page load, I see that the hasfile property
is false, even though the fileupload control was used to select an existing
file on the client.
If I move the 2 controls outside the updatepanel then hasfile is true in
page load.
How to workaround this?
Jeremy
(C#, asp2). In the debugger in page load, I see that the hasfile property
is false, even though the fileupload control was used to select an existing
file on the client.
If I move the 2 controls outside the updatepanel then hasfile is true in
page load.
How to workaround this?
Jeremy