Someone know how i can mirror between two tables. I mean, i want that every data that enter to table A will enter automatically to table B.
I want to do this without call twice to save function for each table
Thank you
Someone know how i can mirror between two tables. I mean, i want that every data that enter to table A will enter automatically to table B.
I want to do this without call twice to save function for each table
Thank you
You can do that by looking into linq for joining tables. Please see this posts as it seems that someone else had a similar issue. Cheers!