Click here to Skip to main content
16,004,587 members

Comments by Harshad Kathiriya (Top 36 by date)

Harshad Kathiriya 7-Mar-16 7:45am View    
did you tried with utf-16?
Harshad Kathiriya 7-Jul-15 1:51am View    
Do you debug the code? Find which object is not initialized.
Harshad Kathiriya 15-May-15 7:36am View    
May be below link will help you

http://geekswithblogs.net/Frez/archive/2010/05/17/preventing-a-user-from-having-multiple-concurrent-sessions.aspx
Harshad Kathiriya 15-May-15 5:26am View    
It may be cause an issue related to Start and Stop Thread.
As per your code, you have started the thread but not stopped it.

revise your code.
Harshad Kathiriya 14-May-15 7:13am View    
is there large amount data bind with Datatable ?