Click here to Skip to main content
15,921,905 members

Comments by raviurt (Top 1 by date)

raviurt 11-Jun-12 3:39am View    
I have two table users,phone tables with the following coloumns
users>>>>>>id primary key,firstname,lastname
phone>>>>>id primary key,phone number,landline number,pid foriegn key references id in users table.
i want to store both table coloums data in single view screen,can you help me ?
And need to use mvc3 with razor engine