Click here to Skip to main content
15,883,922 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
My select command is
SQL
select c.Name,c.CharityNumber,c.stateid from pledgenet.charity c inner join PledgeNet.CharityFederation cf  on c.charityid=cf.charityid where cf.federationid=2 order by federationid

i have 3 tables
1 is charity and
2 is charityfederation
3 is Federation
CharityTable contain charityid and its related fileds but does not contain federationId

2 nd Federation its contain CharityId and federationID both are foreign keys

3rd is federation contains federationid and its related data
so want to bind federation name to dropdownlist Box for filtering purpose.

the final out put is
CharityId CharityName CharityLocation these are displayed in webgrid
how to do this in mvc3 razor please help me.
Posted
Updated 1-Feb-13 4:45am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900