Hello
I want to use any kind of file upload control in an updatepanel and a customized panel inside of that update panel. First I used asp.net file upload which nrever rised any "Upload Complete" event. After searching this forum, I reached to the conclusion that this control is not compatible with updatepanel. Then I switched to AjaxFileUpload. at first it used to rais the exception: "AjaxFileUpload.cs not found" when I wanted to save the uploaded file in uploadcomplete event. After I couldn't find a solution in forums, I thought newer versions of ajaxcontrol toolkit may solve the problem. Long story made short: From that time on, in any combination of versions of visual studio, .net framework and ajaxcontroltoolkit, this fileupload control is rendered like only a small black stripe. (I have screen shot of this shape but I don't know how to upload here). In design mode rendering of control is OK.
May any one help?
thanks