Example on how to work with database in Visual C Sharp. This C sharp example shows how to insert, edit and delete database records using one main form and multiple sub forms. Shows how to connect to a MS Access database, how to make a connection design time, how to display data in data grid, how to insert records using a new form. Also shows how to edit and delete records using one data set and multiple sub forms. Full source code and animated tutorial after you place order.
This Visual C Sharp example shows how to establish a master - detail relationship using a MS Access database. Also shows how to design both master and detail tables and how to work with the key fields.
How to convert the text in edit box to integer, currency, how to perform calculations, how to display messages in case text can not be converted to a number and more.
This Visual C sharp example shows how to work with listbox in visual C sharp, how to check which option is selected, how to set a default value in combobox, group box and listbox. Also shows how to work with check box, how to work with radio buttons in Visual C sharp and more. Full source code and project files.