Click here to Skip to main content
16,020,447 members

Comments by Dishant Arora (Top 1 by date)

Dishant Arora 8-Feb-17 4:42am View    
I am sure I have build one to many relationship. There is no third joining table. Yes, Product will insert first and then tags related to product. There is the problem, product has already been added and when user add new tag then how will I make one to many relation. Upon form submit, the model doesn't contain foreign key. I am missing something here?