Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI ..

I am using AjaxFileUpload1 of Ajax control toolkit.

I am passing query string to page where i am using AjaxFileUpload1 control

(Say for example for page WebForm1.aspx?Key=22)

But problem here is if i pass query string to WebForm1.aspx page
that time
protected void AjaxFileUpload1_UploadComplete(object sender, AjaxControlToolkit.AjaxFileUploadEventArgs e)
this event is not firing

Can any one help me for this..

( download my sample code here.. http://www.mediafire.com/?cf8zv3936lb2slc )

Thanks in advance...
Regards,
Prasad
Posted
Updated 7-Sep-12 2:19am
v2

1 solution

Yes, there is a problem. Try this
https://ajaxcontroltoolkit.codeplex.com/workitem/27149[^]
 
Share this answer
 

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