ASP.NET MVC DataAnnotations different tables. Can it be done?
Posted
by mazhar kaunain baig
on Stack Overflow
See other posts from Stack Overflow
or by mazhar kaunain baig
Published on 2010-06-13T07:37:55Z
Indexed on
2010/06/15
9:12 UTC
Read the original article
Hit count: 191
i have a language table which is as a foreign key in the link table , The link can be in 3 languages meaning there will be 3 rows in the link table every time i enter the record . i am using jQuery tabs to enter the records in 3 languages . OK so that thing is that there will be three text boxes for every field in the table.link name field will have 3 text boxes, description will have 3 text boxes and so on. i am using LINK to SQL with VS2010.
i will be creating link class with MetadataType so how will i handle for eg link name attribute 3 times
© Stack Overflow or respective owner