Hi.
i am using windows application with c#
i am trying to retrieve a html data from webpage using webbrowser. but the problem is document_completed event handler executed before the webpage fully loaded into the browser..the webpage take some time to retrieve data from database.. document_completed event handler runs before that... how to solve this...