Session 3 : ADO .Net - Sign Up form in window form application using c#

Опубликовано: 19 Июль 2026
на канале: Amit B Parmar
4,019
54

Visit atmiya university website : www.atmiyauni.ac.in

For Admission: http://admission.atmiya.ac.in
Contact No: 9099076112/7874745726This is the session-3 of ADO .Net to build a signup form in window form application using c#

In signup form,We are using insert command to store the details of user in database and this information is further useful in login form.

Kindly refer the ADO .Net architecture and all object of the same like SQL Connection object,SQLCommand object and types of SQLCommand.

There are mainly 3 types of SQLCommand :

1)ExecuteNonQuery() - For insert,update and delete type of command
2)ExecuteScalar() - For mathematical operations like max.,min,sum etc.
3)ExecuteReader() -For datareader

To learn how to create SQL database in visual studio ,go to session -1 :    • Session-1 : ADO .Net  - Create SQL databas...