problem with dll file linked with masterpage
- by sumit
i have recently find the solution that how i can retrieve the fileupload id when page is linked with masterpage in codebehind as
ContentPlaceHolder content = Page.Master.FindControl("ContentPlaceHolder1") as ContentPlaceHolder;
Fileupload f=content.FindControl("FileUpload1") as FileUpload;
in my contentplaceholeder1 i have a dropdownlist with id…