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 7792519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:12:34+00:00 2026-06-01T22:12:34+00:00

I have created one MVC3 application. In which I’m selecting two Ids from two

  • 0

I have created one MVC3 application.
In which I’m selecting two Ids from two different tables
which i need to map and need to save somewhere temporary and want to display at the end.

I have taken two dropdownlist each one populated from one-one table. then i need to select one id from one and other from 2nd table when i clicked on map button it should have to create one temp table will show me two (values)columns what i have mapped just. how can i create temp table? using EF.

table1

SELECT PriceID
FROM Pricing

PriceID
P111
P222
P333

table2

SELECT QueryID
FROM QueryTable

QueryID
Q565UUU
Q661YAA
Q421933

now i’m not getting how can I show them to select one-one Ids from each to map them together any help?

Mapped dataset or any temptable will have two columns

 PriceID  QueryID
  P111    Q565UUU

I’m newbie in MVC3 what should I take to show single columns ?

Please help need to create the UI so that one can easily select SecurityID and CUSIP from each table and map to each other..

what should i use?

  • 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-01T22:12:37+00:00Added an answer on June 1, 2026 at 10:12 pm

    Create a new model and populate it with your data and then use that model in your view:

    namespace yourProject.ViewModels 
    { 
        public class PriceQueryGroup 
        { 
            public string PriceID { get; set; }      
            public string QueryID { get; set; } 
        } 
    }
    

    in your view:

    @model IEnumerable<yourProject.ViewModels.PriceQueryGroup>
    

    I hope I have understood your question correctly and that this helps.

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

Sidebar

Related Questions

I have created mvc3 application. I have one .edmx already created which is based
I have created a web application in mvc3 and created two partial views one
I have created a web application in mvc3 and created two partial views one
I have a View in my MVC3 application which displays one of two pretty
i have created an mvc3 web application that uses forms based authentication. one part
I have created one aspx Page from that i need to access the property
I have created one application in flex that is accessing the Java webservice using
I have created one jsp form which contains the username textfield. On the click
I have created one dynamic button in my application and I call the following
I have created one Catalyst application and I have created Schema and Model using

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.