I am loading data from server using webRequest, AsyncCallback. It includes links to images etc. It is in the form of large xml.
My xaml page needs the data from the server to complete its design view.
What is the appropriate way of using the webRequest and asyncCallback so that first the data is loaded from the server and then the xaml page is loaded??
I would like to show a loading screen/progress bar while the data is being loaded from the server.
I am new to windows Phone. Please help.
All help is appreciated