asp.net mvc dataannotation different table

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/13 7:42 UTC
Read the original article Hit count: 187

Filed under:
|
|
|

i have a lang 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 everytime i enter the record. i am using jquery tabs to enter the records in 3 languages . ok so what architecture i should follow for validation with datannotation attributes. i am using link to sql with 2010 vs.

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

Related posts about ASP.NET

Related posts about mvc