Thank you so much for showing the generic MultipleTablesJoin class. I couldn't access my columns individually in the .cshtml until I saw you cast the select statement into an object from that class. I happened to skip to the right part in the video immediately and you ended an hour long struggle in seconds!
@mirk0vic3 жыл бұрын
bro i love u thanks so much
@farhanahmed20422 жыл бұрын
So how can we need a condition in the query to get the filtered data like only active etc
@seanneufeld32774 жыл бұрын
I had the same problem... its something to do with the join clause im guessing, i have only two tables im joining, and i received the EXACT error . did you find a solution to your problem?
@aripulido194 жыл бұрын
I am having the same problem. Did you ever find a solution?
@iovannifs924 жыл бұрын
show your controller code
@whatocaho25 жыл бұрын
Thanks for making this video. However, I received System.NullReferenceException: 'Object reference not set to an instance of an object.' error in the index.cshtml file. Do you know how to solve it? My code is: Account Information Image @foreach(var item in ViewData["jointables"] as IEnumerable) { @item.accountInfo.AccName @item.picture.Status } the highlighted error is @item.picture.Status please help. thanks!
@aripulido194 жыл бұрын
i am having the same problem did you ever find a solution?