Click here to Skip to main content
16,012,468 members

Comments by Ashish Babu (Top 15 by date)

Ashish Babu 31-Jul-13 22:08pm View    
The problem has got sorted Out, I took a new entity framework model. then it worked correctly.
Thanks all
Ashish Babu 31-Jul-13 9:57am View    
It is an integer value, I have checked it.
Ashish Babu 31-Jul-13 8:10am View    
I do have,,I have double checked it.
Ashish Babu 31-Jul-13 8:00am View    
It is giving null exception
Ashish Babu 31-Jul-13 7:51am View    
I guess the problem is in query now.
Record rec = (Record)obj.Records.Where(x => x.Id == 1);
what is the error in the statement above