Hi All,
I am new to WPF. I had created a WPF Form using Visual Studio 2010 and in .Net Framewor 3.5 on Windows 7, which will fetch data from a Web Service for the input that has been passed. Calling the Web Service and binding the data to the Datagrid is in a separate thread. The Web Service will fetch a data from the DB which has more than 1 Million Records. It is working fine for some scenarios. For some scenario like search the data which is not available then the Application freezes for some seconds. In that time if we click on some other tab or menu then I am getting a popup that Application is stopped working. And showing option whether to close the application or wait till the application respond.
Can anyone help on this Issue?
Thanks and Regards
Franklinster.