Hi all,
I am trying to Start the Manual Upload for Dynamically Created UploadControl
but I am getting an error that "Control Doesn't exist" from here
in BLOCKED SCRIPT
var uploadobj=document.getElementById('<%=Uploader2.ClientID%>');
Uploader2 I am creating at the runtime so when i run the application, at that time only it gives that Control doesn't exist
Help Me
Thanks
SreeSreekant