Saturday, March 24, 2012

Upload control and updatepanel

I've got an upload control in an updatepanel

<ajax:UpdatePanelrunat="server"ID="upCreateExpert">

<

ContentTemplate><asp:FileUploadID="fuCV"runat="server"/>...

But when I access it on the server side I can't get to it. It says it has no file, the HasFile attribute is set to False.

I read up somewhere in the forum that you can put the FileUpload control just before the <ContentTemplate> tag. I'm running AJAX Beta 1 but this is not possible.

Does anyone have any suggestions?

Unfortunately, this control and a few others (TreeView and Menu) are not supported in UpdatePanels.

No comments:

Post a Comment