locked
i am developing a metro app using javascript and html5 in which i am making webservice calls in synchronous manner and on call of a web service i want to display progress bar but am unable to display it . RRS feed

  • Question

  • is it possible to display progrssbar on synchrnuous web service call.
    Saturday, January 11, 2014 8:41 AM

Answers

  • No, you should make your webservice call asynchronous. Your users will thank you for not hanging the UI thread!

    --Rob

    Sunday, January 12, 2014 1:15 AM
    Moderator