How to use the WebClient.DownloadDataAsync() method in this context?

前端 未结 6 1661
北荒
北荒 2020-12-01 18:01

My plan is to have a user write down a movie title in my program and my program will pull the appropiate information asynchronously so the UI doesn\'t freeze up.

Her

6条回答
  •  执念已碎
    2020-12-01 18:59

    If anyone using above in web application or websites please set Async = "true" in the page directive declaration in aspx file.

提交回复
热议问题