Skip to content

An Ado.NET Windows Forms Application that Performs CRUD(Create,Read,Update,Delete).

Notifications You must be signed in to change notification settings

VivekChoudhary77/StudentCRUDWinForm

Repository files navigation

StudentCRUDWinForm

An Ado.NET Windows Forms Application that Performs CRUD(Create,Read,Update,Delete).

Installation

To Begin

  • Simply Create a Databse in Microsoft SQL Server Management.
  • After Creating a database with any name then Create a Table in that database and add 5 columns in that table. (id[pkey,int],Name[varchar],Class[smallint],Section[varchar],Percentage[smallint],Gender[varchar])
  • Insert values of your choice.
  • In Databse Connection refer Form.cs file.
  • Connection string = "@Data Source = [ServerName]; Initial Catalog = [DatabseName]; Integrated Security = True;"
  • Run the project in Visual Studio

Features

  • C(Create)
  • R(Read)
  • U(Update)
  • D(Delete)

First Look

  • Fetching Values from Database after Clicking VIEW(R) button on DataGridView alt_text

  • Adding Values in the textbar input fields(C). After clicking on ADD button values will be added to the Database also. alt_text

  • Shows a Message after successfully Inserting a value (MessageBox). alt_text

  • Can be seen the values is showing and added to the Database also. alt_text

  • Performing Delete(D) Operation by clicking on DELETE buttton. alt_text

  • Performing Update(U) Opertation by Double Clicking any specific row the values will automatically fetched into all textbox fields. alt_text

  • Values Updated successfully after clicking on EDIT button. alt_text

About

An Ado.NET Windows Forms Application that Performs CRUD(Create,Read,Update,Delete).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages