How can we Insert data into Multiple Tables with one single submit button
hello guys how r u ?
my question is that, how can insert data into multiple tables with on single submit button in asp.net? tables based on one-many relationship, i mean i have to submit data in three different tables
Country
Provice (with country FK)
City (with Province FK)
and these tables are based on one-many relationship?
Reply soon
Thanks.