i want to know how can i access fileupload control id when the whole content is inside contentplaceholder1.i have tried using FindControlRecursive(Control Root, string Id) method and i have called it like FindControlRecursive(contentplaceholder1, fileupload1) but its not working.so plz give some idea how can i find the fileupload1 id
Share
You can use the
MasterPagecontrol’sFindControlmethod to find theFileUploadcontrol within theContentpage.