6
Answers

Find Control

Archana Patil

Archana Patil

13y
2.7k
1
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)