I am trying to find ajaxcontroltoolkit: ajaxfileupload that is placed inside a ListView in EditItemTemplate mode. I need to say that I already tried to find this control in my ListView in these two events with no result: ItemEditing and ItemDataBound. Should I forget to use ajaxfileupload inside a ListView or GridView? or is there a solution to this problem ?!
Try the TemplateControl property:
TemplateControl
ListView1.TemplateControl.FindControl("contrlID");