Hi Noulouk,
Thanks for your reply.
However, the upload component i use is AJAX.
You can test it here : http://en.fileuploadajax.s
So it should work!
BTW, i forgot to mention that i've put a breakpoint at the line that says : UpdatePanel1.Update(); and i hitted it without problem. This means :
GenerateImagesTable() fires, UpdatePanel1.Update() fires too but nothing changes in the updatepanel... why?
Thanks,
Main Topics
Browse All Topics





by: nouloukPosted on 2008-01-02 at 03:25:27ID: 20563654
Hi Pichto,
cumentatio n/Live/ove rview/ Upda tePanelOve rview.aspx
The FileUpload Control is not Compatible with UpdatePanel Controls.
Here is the link:
http://www.asp.net/AJAX/Do
In fact, you need to refresh the entire page after an upload.
Hope this helps.