Click here to Skip to main content
15,896,726 members

Comments by manish_rcc (Top 8 by date)

manish_rcc 14-Jun-18 5:30am View    
Thanks.. This code is working for me.

Response.Flush();
Response.End();
manish_rcc 22-Nov-16 5:21am View    
Yes Many Thanks ..Code is now working perfectly.
manish_rcc 21-Nov-16 6:30am View    
Many Thanks for help.
manish_rcc 18-Nov-16 4:49am View    
Thanks for your replay.

look like below code is working for me.

while (ExecuteTime())
{
BasicBO.ComputeData();
Thread.Sleep(5 * 60 * 1000);//sleep thread at every 5 min
}
manish_rcc 8-Nov-16 0:02am View    
Ok Thanks.