I have get list using linq query but i have face this issue .Data is Null. This method or property cannot be called on Null values.
What is issue please help me
TripPost = await _context.TripPost.ToListAsync();
it's me query
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ashutosh GuptaPosted Nov 9, 2020, 12:41 PM
Kiran MohantyPosted Nov 9, 2020, 3:53 AM