Archana Patil

Archana Patil

  • NA
  • 43
  • 85.1k

Find Control

Jul 2 2011 7:36 AM
Hi,

   I have generated the File Upload controll Dynamically

FileUpload

flupQue.ID =

now I want to get the value from this controll .

but I am unable to find this controll

FileUpload

I have master page atteched with aspx page

Please help

Thanks,

Archana



flupQue1 = (FileUpload)Page.FindControl("ctl00$ContentPlaceHolder1$flupQue0");
"flupQue" + i.ToString();
flupQue = new FileUpload();

Answers (6)