2
Answers

AjaxFileUpload not known element in asp.net

Joma Alrzini

Joma Alrzini

8y
534
1
I have tried to use ajax file upload bu the tag is not found even it is in the toolbox 
 I added this to config file

<httpHandlers>

<add verb="*" path="AjaxFileUploadHandler.axd" type="AjaxControlToolkit.AjaxFileUploadHandler, AjaxControlToolkit "/>

<controls>

<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>

and this to aspx file 

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

<asp:ToolkitScriptManager runat="server"></asp:ToolkitScriptManager>

 But still not working Please help 
 
 

 
  
Answers (2)
0
kalu singh rao

kalu singh rao

NA 6.4k 63.8k 8y
Please share your complete code and error message to understand what is your problem, so i will fix it.
Accepted
0
Joma Alrzini

Joma Alrzini

NA 61 7.9k 8y

Attachment code.zip

thanks Kalu
this is code in text file divided to three parts config, aspx and cod behind file
please try to help
Thank very much in advance