Daniel11 -4 Engineer in Computer

Hello Coders,

I am working on ASP.NET Web Forms. In my page there is a GridView which should have a feature to upload multiple files at the same time to the server. Can you help me in implementing this feature.

I want:

  1. The files should be uploaded from the GridView on the button click.
  2. The upload button should be located on the footer of the GridView.
  3. I want to do it in 2 ways - page postback pay and through AJAX.

Thank you....