Inserting in two formview
I have two formview both are bind to two different data source. My AddNew
button is placed outside of both formview.
Now on button click, I want to run both insert like
1. FormView1.Insert
2. GetIdenttity of first datasource table and set this in
formview2.foreignfield
3. FormView2.Insert
Thanks
Shahzad Godil
|