C
Chris
I'm developing an ASP.NET Page that processes some files, does some
things to them. I'd like to have a gridview that displays each file,
and it's status, if it's done processing, still processing, etc. The
page runs for about a minute per file, so I was hoping I could use an
AJAX UpdatePanel control to refresh the gridview as a file is done
being processed. Is this doable?
things to them. I'd like to have a gridview that displays each file,
and it's status, if it's done processing, still processing, etc. The
page runs for about a minute per file, so I was hoping I could use an
AJAX UpdatePanel control to refresh the gridview as a file is done
being processed. Is this doable?