Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi whath?
resource c#

C#
var query = (from j in db.dates
             select j).SingleOrDefault();
textBox1.Text = query.id.ToString(); //error

???
Posted
Comments
thursunamy 23-Nov-12 5:40am    
Could you give info about error ?
samadblaj 23-Nov-12 5:53am    
hi,
error : An error occurred while executing the command definition. See the inner exception for details.
Orcun Iyigun 23-Nov-12 7:10am    
"See the inner exception for details." Have you done that? What did it say?
Xgener 23-Nov-12 6:35am    
it's looking that your query is null. problem is not in query entity framework

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900