Hi All,
I have a Silverlight Application where after the Page is loaded its taking a bit time like 2 or 3 seconds to load the data into the Page.What i wanted to do is until the data is loaded into the page i want to show the waiting sign...
Did anyone faced this problem before???
Can anyone help on this please!!!!
Thanks,
Prasant
Loading

Mahadesh MahalingappaPosted Aug 23, 2011, 6:10 AM
You can use a Busy Indicator . Here is sample of how to achieve that .
http://www.kunal-chowdhury.com/2010/05/how-to-work-with-silverlight.html
Thanks ,
Mahadesh
Prasant JinagaPosted Aug 23, 2011, 5:09 AM
Thanks for the Responce!!!
But i want to show the waiting sign until the data rendered into the Page!!!If i put progress bar any one can access the page even though the data is not rendered into the page!!!
Thanks,
Prasant
Priya LingePosted Aug 23, 2011, 12:28 AM
You can use the progressBar in your application until data loaded into page .
Thanks