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

  • SEARCH
  • Home
  • 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 6547645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:51:21+00:00 2026-05-25T11:51:21+00:00

I am trying to get a user to enter a postcode and then compare

  • 0

I am trying to get a user to enter a postcode and then compare the first few characters to see if they exists in a column in a database.

Basically the postcode entered for example could be bt1 5ws. In the column in the sql server database there are beginning of postcodes for example bt1, bt10, iv1.

The idea is to find out what area the user is from.

var Pcode = storeDB.DeliveryPCodes.SingleOrDefault(x => x.PCode == Customer.PCode)).ToString();

the above code compares the whole postcode entered to the with the code in column and does not work.

i am using c#, mvc3, entity framework (code first) with sql server 2008.

  • 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-05-25T11:51:22+00:00Added an answer on May 25, 2026 at 11:51 am

    You can use string methods like StartsWith

    var code = Customer.PCode.SubString(0, 3);
    
    var Pcode = storeDB.DeliveryPCodes.
       SingleOrDefault(x => x.PCode.StartsWith(code)).ToString();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get a program to let a user enter a word
I'm trying to get a screen in silverlight where the user can enter their
What i am trying to do is get my user to enter in a
I'm trying to get input from user using array of structs and then print
First, sorry for my bad English. I'm trying to get an IP from user.
I am trying to get a user to enter a number between 1 and
I'm trying to get user GUID from Active Directory. My code: DirectoryEntry entry =
I'm trying to get a user control working asynchronously, yet no matter what I
I am trying to get the user defined global hot key for my application.
I'm trying to get a list of user's friends using fb connect for the

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.