how to insert multiple windows data by single click event
I used the wizard control. I need to pass the three windows data into three different table to sql server database by clicking finish button..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Oct 19, 2015, 2:11 PM
void button_Click(object sender, RoutedEventArgs e) {saveDataOne();
saveDataTwo();
saveDataThree();
}