Click here to Skip to main content
15,891,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
I working on a asp.net application in Visual Studio 2013. I have used a Listview to add cutomer record and used a Ajaxtoolkit:AsyncFileUpload control to load a image.
The designer code is given below:



XML
<td>
<cc1:AsyncFileUpload ID="asJointMemberPicture" runat="server"
Width="100%" UploaderStyle="Modern"                                                        CompleteBackColor="White"                                                        UploadingBackColor="#CCFFFF"                                                        OnClientUploadStarted="jointOwnerInsertUploadStarted"                                                        OnUploadedComplete="JointOwnerInsertFileUploadComplete"                                                        OnClientUploadComplete="jointOwnerInsertUploadComplete" />
                                            </td>


but the JointOwnerInsertFileUploadComplete function which should be invoked is not invoking as i checked in debugger.

Another point is that the Ajaxtoolkit:AsynFileUpload is working properly in the same page where used outside the Listview.

any kind of idea what is the issue will be appreciated.

thanks and bye.
Posted
Updated 25-Aug-15 20:38pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900