I have an ASP.Net page with an iframe containing code and controls for uploading a file. I want to refresh the GridView in the Page that contains the iframe when the file has been uploaded and processed in the iframe's code. What is the best way to accomplish
this?
Go to the complete details ...