Click here to Skip to main content
15,892,737 members

Comments by Jigar Sangoi (Top 26 by date)

Jigar Sangoi 19-Nov-14 0:42am View    
command.ExecuteReader(CommandBehavior.CloseConnection);

we are using this in SqlHelper which closes connection when Data Reader is closed. This working fine with other code but we just get so much data(7000 records) in currently working functionality which gives above exception
Jigar Sangoi 21-Sep-14 13:55pm View    
Thanks Worked for me too... :)
Jigar Sangoi 8-Feb-14 12:35pm View    
Tried using for loop from count-1 to zero but it didn't work. There is some event triggered after 'MouseClick' I think we have to find that event.
Jigar Sangoi 8-Feb-14 11:59am View    
Can you please help me to explore more why this happening. Because this same thing is achieved in button click event
Jigar Sangoi 8-Feb-14 11:41am View    
Itemlist is used in another form by get and set property. So If I don't remove the item from list then I will get an item in List which is removed by user.