I have two fileupload controls , that are created in a repeater... I want to upload files in my fileupload controls ,
but only one of them is uploaded... the other file is not uploaded below is my code
<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Modalidades/MPModalidades.master" CodeBehind="EsFichaMensual.aspx.vb" Inherits="OPPWEB.EsFichaMensual" %>
<asp:Content ID="Content1" ContentPlaceHolderID="contenidoPrincipal" runat="server">
<div id="div1" runat="server" enctype="multipart/form-data">
<h2 align="center" style="font-family: Verdana; font-size: large;">Ficha Mensual</h2>
<BR><BR>
<div>
&nbs ...
Go to the complete details ...