Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
EditItemTemplateモードのListView内に配置されているajaxcontroltoolkit:ajaxfileuploadを見つけようとしています。ItemEditingとItemDataBoundの2つのイベントで、ListViewでこのコントロールを見つけようとしました。ListViewまたはGridView内でajaxfileuploadを使用することを忘れるべきですか?またはこの問題の解決策はありますか?!
Try the TemplateControl property:
TemplateControl
ListView1.TemplateControl.FindControl("contrlID");