Hello there.
I have the following code to enter data into a dataset and subsequently save the data to a SQL Server database. A datagrid attached to the dataset shows the added data when the 'Save' button is clicked. But when I check the database no record is added. Can anyone help with that please??
Con.Open();
string name = TxtName2.Text.T rim();
string address = TxtAdd2.Text.Tr im();
string phNo...