Hi,
i m learning asp.net 2.
My problem is related to inserting data into database.
i have two tables one is Accounts and other is Account_Details,
Relationship betwween tables is one to many.
it means
Accoutn table has one record and Account_detail table has many
records.
So it becomes as Master Details forms.
My problem is that who can i insert data into both tables from
one single web page,its like a master detail relationship. if anyone
have tutorial or example related to my problem then please provide me
thanks.