Search Results

2
votes

FileUpload control inside an UpdatePanel without refreshing the whole page?

You can't upload file(s) via AJAX only by reloading a whole HTML document. You should either use iframes if you prefer pure HTML (this is more common, eg. use …