Skip to content

Instantly share code, notes, and snippets.

@jinan-kordab
Created November 11, 2018 14:07
Show Gist options
  • Save jinan-kordab/220af476fb1fc3be3db4b17e07e1d344 to your computer and use it in GitHub Desktop.
Save jinan-kordab/220af476fb1fc3be3db4b17e07e1d344 to your computer and use it in GitHub Desktop.
Line to show download time in Spinner ASP.NET App
$(".animatedSpinnerContainer").
html("<h2>The time took to download the file is: </h2><br><b><font style=\"color:red\">" +
returnedData.FileDownloadTime +
"</font></b>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment