Hi, guys I am having a big problem with the Visual Studio 2010 FWRK-4.0 "FileUpLoad" control when used within a "Web User Control" I can not find where the fileupload become empty or reset to null. the following is what I have in my web user control named "UploaDocumentCtrl" which I call (<@Register) within an AjaxControlToolKit "TabContainer" control
All works well to the point when I press the "ADD" Button to upload the file then the value contained in the "FilUpDoc" is lost become null I have checked the Page_Init, Page_Load and value it postback as null, like reseting the fileupload control to null value.
When I use the content from the web user control in a separate webform page it works fine, but I have to call it as a
Any Idea how to fix the problem using a web control user to work within the AjaxControlToolKit TabContainer?
Thanks
Jose SaizPosted May 27, 2015, 10:48 AM
Thank you for the reply Nanhe but I do not see how your suggestion may help me
First of all I am not using the AjaxControlToolKit FileUpLoad Control I am using the generic FileUpload that comes right out of the Visual Studio 2010 controls box and my problem is not when using the
Nanhe SiddiquePosted May 26, 2015, 12:21 AM