Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted

as you are calling the DB asynchronously, and the response come in the result event. You can configure to hide-show any lable control with "Wait..." text.

You can Show the lable control just before calling the DB, and Hide it in the result response event.
 
Share this answer
 
Use can use the Busy Control in the Silverlight Toolkit
 
Share this answer
 
Apart from the Silverlight Toolkit, Blacklight controls have a loading animation control that you could use as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900