I have 3 tables. TableMaster <-- TableDetails1 (One-Many relation)TableMaster <-- TableDetails2My question is how can I implement this just on one page using asp.net mvc 3, razor?So I think I must use multi form and validation for each form.But I dont know how to do.Any help will be appreciatedThank you!