In my webform I create dynamic fileupload controls in a repeater with the quantity of the difference between 2 dates. But the problem is when I save 2 or more files ... these ones are duplicated... However I only want to save one file for each dynamic control...
below is my code
Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs Go to the complete details ...