I am new to mvc and mvc 3 , I have a db that contain a company table (string id =as the company name )
And a table tourism that contain same info I would like to be able to add data to the tourism table , while selecting a company from the list (that came from the company table) (The two tables had a dependency vie company_id (and the same name in both)) How can I do it? Leo_a