hello .. i have a problem .. I want to retrive data from a MS SQL server using stored procedure .. but the data is taking a long time to be fetched .. and on my program the program seems to hang waiting for the records to be returned back ..
is there a way for c# to run some other process like a progress bar or a animated gif ..while waiting for the records to be fetched and how would i know if the records are ready ???
thanks in advance ..
is there a way for c# to run some other process like a progress bar or a animated gif ..while waiting for the records to be fetched and how would i know if the records are ready ???
thanks in advance ..