Hello
Im using AjaxFileupload control Inside the Ajax TabPanel But it is not taking the multiple files .
<ajaxToolkit:AjaxFileUpload ID="AjaxFileUpload1" runat="server" OnClientUploadError="Error"
OnUploadComplete="UploadComplete" MaximumNumberOfFiles="5"
OnClientUploadComplete="Success"
ThrobberID="loader" Width="400px" />
<asp:Image ID="loader" runat="server"
ImageUrl="~/Images/loading.gif"
Style="display: None" />