I implemented the AsyncFileUpload control on a web page. This web page requires uploaded files to appear in a GridView. The GridView
AsyncFileUpload
GridView
I find this a more elegant solution, found here: http://forums.asp.net/t/1951566.aspx?AsyncFileUpload+uploads+twice) but below is my altered fully working code:
AsyncFileUpload Example