Windows without using any ado.net topics
create simple registration form labels,textbox,button,checkbox,radiobutton,multiline,combox box etc..when we click on button output opens and we insert the data that should be save in notepad exactly how the output screen filled with data
ali tuncerPosted Mar 14, 2016, 9:36 PM
you can use File.WriteAllText
File.WriteAllText(@"path\test.txt", textBox1.Text); // writes textbox data to a txt file