Hello,
After add an UpdatePanel, I don't have value for property filename of my upload control.
is there a workaround ?
thanks for your help
Hello
If you give look atUpdatpanel documentaion you will see note about that:
You cannot place file upload controls inside of UpdatePanel controls, because the data transfer interferes with partial page updates. File upload controls can be on the same page as UpdatePanel controls, but they must be placed on the page outside of UpdatePanel controls.
I hope this help
No comments:
Post a Comment