I need to upload file on each row of grid. I am using fileUploader as following but fileUpload is not accessable while using fu = (FileUpload)row.FindControl("fu_doc");
<ItemTemplate>
<asp:FileUpload ID="fu_doc" runat="server" />
ItemTemplate>
asp:TemplateField>
Please suggest.
Jignesh TrivediPosted Mar 19, 2012, 11:55 PM
download attachment and rename it from .zip to zipx.
In this code on button click upload all file which are selected from grid view.
hope this help.
Dorababu MekaPosted Mar 19, 2012, 10:49 AM