Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8648589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:20:53+00:00 2026-06-12T13:20:53+00:00

The scenario is, I have simple Post table with just title & story. after

  • 0

The scenario is, I have simple Post table with just title & story. after posting a new post I want to show the post using my view page.I have write the method to display the post as follows:

  \\Post is the class name & item is the obj to bind it from the view form.
public List<Post> ViewPost(Post item)
    {
        using(var context=new TourBlogEntities1())
        {
            var post= from s in context.Posts
                      where s.PostID=item.PostID //showing error here.
                      select s;

            return post.ToList<Post>();
        }
    }

I’m getting an error saying ‘can’t convert the lambada expression to type string because its not a delegate type’.

Whats need to be done? some more information would also be helpfull, like I have a field name userid in post table, which I want to fill automatically by using the logging info. How can I do that? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T13:20:54+00:00Added an answer on June 12, 2026 at 1:20 pm

    In your LINQ query replace:

    where s.PostID = item.PostID 
    

    with:

    where s.PostID == item.PostID 
    

    The where LINQ operator expects a boolean condition and not an assignment.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very simple scenario where I want to POST the form using
I have a simple scenario where i want to output only json to the
I have a very simple scenario, using NHibernate: one abstract base class animal; two
I just found this post , we have almost the same scenario with the
Here is a simple scenario: I have a blog post with comments attach to
I'm brand new to MVC and have just come across a scenario that I
I have a simple (hopefully) scenario. Seats table Computers table SeatComputers table (since a
Beginner level question Scenario: Have simple string cocantation tool, that I might expand later
Consider the following scenario We have a simple database that involves two entities: user
I have a 'simple' scenario: Read some JSON file, Filter or change some of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.