I have a File upload control inside a gridview item template like\[code\] <ItemTemplate> <asp:FileUpload ID="flUpload" runat="server" /> </ItemTemplate>\[/code\]And i have a button outside the grid view which says upload and i want to upload all files in the grid view one by one. But my problem is that when i select some file in the file upload control the upload button is not firing the click event. Let me know if there is some way the click will work.Thanks in advance