المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to make browser's document not to visible until it (the web page data) fully gets



C# Programming
05-11-2009, 05:00 PM
we know that when a web page is opened, the data comes packet by packet as it displays same on browser (IE).
How to make browser's document not to visible until it (the web page data) fully gets loaded into the browser?

What can I do using c#?
Give some examples for approaching this.
I had searching for this but unable to get?