I am using 3.5 framework woth vs2010
Asp:upload Control working Fine
When i place it in update panel with ajax scriptmanager It starts making Problem in
"
Problem using Update Panel
if(up.hasfile)
{}
"
it always returns false although i select file
when i remove update panel it works ok
what is the issue??
Loading
Suthish NairPosted Jan 25, 2011, 3:27 PM
Use AsyncFileUpload.
or refer Our recommended articles section.